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
6
home-manager/stvnliu/nixvim/wrapping.nix
Normal file
6
home-manager/stvnliu/nixvim/wrapping.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
plugins.wrapping = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue