diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-12 04:26:51 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-12 04:26:51 +0530 |
| commit | 9aade461ea194907677bbcc3ce37354a3b1eb283 (patch) | |
| tree | 51ba41f9c5983dca0e48bb717781e9705c6963d4 /module.nix | |
| parent | cc59135ff14632c07384fefaca26a7e65fd32c9b (diff) | |
Telescope
Diffstat (limited to 'module.nix')
| -rw-r--r-- | module.nix | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -90,7 +90,7 @@ inputs: }; config.specs.bash = { lazy = true; - enable = false; + enable = true; data = null; runtimePkgs = with pkgs; [ bash-language-server @@ -160,7 +160,9 @@ inputs: nvim-surround colorful-menu-nvim luasnip - fff-nvim + telescope-nvim + telescope-fzf-native-nvim + telescope-ui-select-nvim lualine-nvim nvim-lint conform-nvim |
