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

@ -0,0 +1,6 @@
{ ... }:
{
plugins.wrapping = {
enable = true;
};
}