working NixVim!
This commit is contained in:
parent
a1562df146
commit
6513d61fa3
42 changed files with 774 additions and 454 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
plugins.treesitter-context = {
|
||||
programs.nixvim.plugins.treesitter-context = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
plugins.treesitter-textobjects = {
|
||||
programs.nixvim.plugins.treesitter-textobjects = {
|
||||
enable = false;
|
||||
select = {
|
||||
enable = true;
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
};
|
||||
};
|
||||
in {
|
||||
programs.nixvim = {
|
||||
filetype.extension.liq = "liquidsoap";
|
||||
filetype.extension.nu = "nu";
|
||||
|
||||
|
@ -41,4 +42,5 @@ in {
|
|||
filetype = "nu",
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue