diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-08-06 20:00:55 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-08-06 20:00:55 +0530 |
| commit | 462e3657bc9a2424f5d69b0f0c98c7e059ea2ff2 (patch) | |
| tree | 55b85982e7e2372c2803b6c8b13306990309381c | |
| parent | babec69753ce3c49fe476073856f21925ffa1bdf (diff) | |
telescope
| -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 |
