mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 14:37:15 +01:00
misslike the config helper
This commit is contained in:
@@ -19,9 +19,6 @@ return {
|
||||
|
||||
-- Open parent directory in floating window
|
||||
vim.keymap.set('n', '<space>-', require('oil').toggle_float)
|
||||
|
||||
-- Shortcut for searching your neovim configuration files
|
||||
vim.keymap.set('n', '<leader>C', '<CMD>Oil' .. vim.fn.stdpath 'config' .. '<CR>', { desc = '[C]onfig' })
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user