diff options
Diffstat (limited to 'module.nix')
| -rw-r--r-- | module.nix | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -90,7 +90,7 @@ inputs: }; config.specs.bash = { lazy = true; - enable = true; + enable = false; data = null; runtimePkgs = with pkgs; [ bash-language-server @@ -161,10 +161,10 @@ inputs: nvim-surround colorful-menu-nvim luasnip - # telescope-nvim - # telescope-fzf-native-nvim - # telescope-ui-select-nvim - fff-nvim + telescope-nvim + telescope-fzf-native-nvim + telescope-ui-select-nvim + # fff-nvim lualine-nvim nvim-lint conform-nvim |
