Init
This commit is contained in:
13
home/neovim/default.nix
Normal file
13
home/neovim/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{...}:
|
||||
{
|
||||
imports = [
|
||||
./treesitter.nix
|
||||
];
|
||||
|
||||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
}
|
||||
5
home/neovim/tresitter.nix
Normal file
5
home/neovim/tresitter.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
programs.nixvim.plugins.treesitter = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user