diff --git a/neovim/dev.nix b/neovim/dev.nix index 94d785c..4f9f10c 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -41,7 +41,7 @@ in enable = true; name = "oil"; setupSettings = { - columns = ["icon"]; + columns = [ "icon" ]; }; }; @@ -50,7 +50,7 @@ in setupSettings = { }; }; - plugin.nvim-treesitter-textobjects.enable = true; + plugin.nvim-treesitter-textobjects.enable = false; plugins.style.nvim-treesitter = { extraGrammars = {