update config
This commit is contained in:
parent
970de4a615
commit
ebac260b64
2 changed files with 11 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ in
|
|||
hl = "LightBulbNumber";
|
||||
};
|
||||
float = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
text = "💡";
|
||||
};
|
||||
sign = {
|
||||
|
|
@ -335,12 +335,13 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
# tabs
|
||||
bufferline = {
|
||||
enable = true;
|
||||
settings.options.diagnostics = "nvim_lsp";
|
||||
};
|
||||
|
||||
|
||||
none-ls = {
|
||||
enable = true;
|
||||
sources = {
|
||||
|
|
@ -372,6 +373,8 @@ in
|
|||
nvim-web-devicons
|
||||
vim-visual-multi
|
||||
vim-gh-line
|
||||
# vim-bufkill
|
||||
BufOnly-vim
|
||||
];
|
||||
|
||||
extraConfigLua = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue