nas0 mount feature, cleanups
This commit is contained in:
parent
904ed4b87d
commit
2045bb881b
6 changed files with 33 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
programs.nixvim = {
|
||||
enable = true;
|
||||
|
||||
options = {
|
||||
opts = {
|
||||
number = true;
|
||||
};
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
|||
barbar.enable = true;
|
||||
gitgutter.enable = true;
|
||||
persistence.enable = true;
|
||||
nvim-cmp.enable = true;
|
||||
cmp.enable = true;
|
||||
cmp-nvim-lsp.enable = true;
|
||||
cmp_luasnip.enable = true;
|
||||
luasnip.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue