diff --git a/modules/neovim.nix b/modules/neovim.nix index 6aa24ab..3d8a29f 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -32,7 +32,7 @@ in maps.normal = { "ot" = "vs | te"; "o." = "Telescope file_browser"; - "." = "Telescope find_file"; # cwd full sub-dir fuzzy find + "." = "Telescope find_files"; # cwd full sub-dir fuzzy find "of" = "Telescope live_grep"; # cwd search file "op" = "NvimTreeToggle"; "am" = "lua require(\"harpoon.mark\").add_file()"; # leader + add + mark @@ -116,6 +116,7 @@ in telescope-file-browser-nvim monokai-pro-nvim nvim-lspconfig + vim-vsnip hop-nvim ]; };