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
|
@ -21,12 +21,23 @@
|
|||
./wilder.nix
|
||||
./virt-column.nix
|
||||
./devicons.nix
|
||||
./tagbar.nix
|
||||
./wrapping.nix
|
||||
];
|
||||
enable = true;
|
||||
enableMan = true;
|
||||
defaultEditor = true;
|
||||
globals.mapleader = " ";
|
||||
colorschemes.gruvbox = { enable = true; };
|
||||
performance = {
|
||||
byteCompileLua.enable = true;
|
||||
combinePlugins = {
|
||||
enable = true;
|
||||
/*standalonePlugins = [
|
||||
"nvim-treesitter"
|
||||
];*/
|
||||
};
|
||||
};
|
||||
keymaps =
|
||||
[
|
||||
# Global
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue