summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/core/keymaps.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/core/keymaps.lua b/lua/core/keymaps.lua
index 9379955..0736653 100644
--- a/lua/core/keymaps.lua
+++ b/lua/core/keymaps.lua
@@ -40,13 +40,5 @@ map('t', 'C-w', '<C-\\><C-n><C-w>')
map('n', '<leader>b', ':Buffers<CR>');
map('n', '<leader>n', ':Files<CR>');
-vim.cmd([[
- let $FZF_DEFAULT_COMMAND = "find * -path
- \ '*/\.*' -prune -o -path 'node_modules/**'
- \ -prune -o -path 'target/**' -prune -o -path
- \'dist/**' -prune -o -type f -print -o -type
- \ l -print 2> /dev/null"
-]])
-
map('n', '<silent><leader>l', ':Buffers<CR>')
map('n', '<leader>e', ':NvimTreeToggle<CR>')