feat: add plugins to nvf
This commit is contained in:
parent
03e35377eb
commit
b0b503da2a
8 changed files with 184 additions and 18 deletions
|
@ -1,6 +1,11 @@
|
|||
{ inputs, ... }: {
|
||||
imports = [
|
||||
inputs.nvf.homeManagerModules.default
|
||||
./nvf/lualine.nix
|
||||
./nvf/noice.nix
|
||||
./nvf/nvim-tree.nix
|
||||
./nvf/languages/nix.nix
|
||||
./nvf/conform-nvim.nix
|
||||
];
|
||||
|
||||
programs.nvf = {
|
||||
|
@ -42,6 +47,11 @@
|
|||
silent = true;
|
||||
}
|
||||
];
|
||||
languages = {
|
||||
enableFormat = true;
|
||||
enableLSP = true;
|
||||
enableTreesitter = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue