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:
Zhongheng Liu 2025-01-14 23:25:03 +02:00
commit ef09316160
Signed by: steven
GPG key ID: 805A28B071DAD84B
5 changed files with 50 additions and 11 deletions

View file

@ -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