feat: Update nix

This commit is contained in:
Uttarayan Mondal
2024-05-08 16:52:41 +05:30
parent c36c9774c6
commit 589ea01c0c
2 changed files with 106 additions and 68 deletions

View File

@@ -159,15 +159,15 @@ in rec {
nvim-ufo = {
enable = true;
closeFoldKinds = null;
# providerSelector =
# /*
# lua
# */
# ''
# function(bufnr, filetype, buftype)
# return {'treesitter', 'indent'}
# end
# '';
providerSelector =
/*
lua
*/
''
function(bufnr, filetype, buftype)
return {'treesitter', 'indent'}
end
'';
};
rustaceanvim = {
enable = true;