feat(nixvim): tagbar wrapping and lsp
diag: changed to trouble from lsp-lines tagbar: added to see outline of programs wrapping: added
This commit is contained in:
parent
1a57d0a196
commit
ef09316160
5 changed files with 50 additions and 11 deletions
|
@ -11,6 +11,11 @@
|
|||
#ruff.enable = true;
|
||||
#ruff_lsp.enable = true;
|
||||
|
||||
rust-analyzer = {
|
||||
enable = true;
|
||||
installCargo = false;
|
||||
installRustc = false;
|
||||
};
|
||||
# For CXX
|
||||
clangd.enable = true;
|
||||
|
||||
|
@ -19,7 +24,7 @@
|
|||
fsautocomplete.enable = true;
|
||||
gopls.enable = true;
|
||||
|
||||
nushell.enable = true;
|
||||
#nushell.enable = true;
|
||||
|
||||
# For Nix
|
||||
#nil_ls.enable = true;
|
||||
|
@ -50,12 +55,12 @@
|
|||
"K" = "hover";
|
||||
};
|
||||
};
|
||||
lsp-lines.enable = true;
|
||||
#lsp-lines.enable = true;
|
||||
|
||||
rustaceanvim = {
|
||||
enable = true;
|
||||
# rust-tools.enable = true;
|
||||
};
|
||||
#rustaceanvim = {
|
||||
# enable = true;
|
||||
# # rust-tools.enable = true;
|
||||
#};
|
||||
};
|
||||
diagnostics.virtual_lines.only_current_line = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue