mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 06:27:14 +01:00
misslike the config helper
This commit is contained in:
@@ -19,9 +19,6 @@ return {
|
|||||||
|
|
||||||
-- Open parent directory in floating window
|
-- Open parent directory in floating window
|
||||||
vim.keymap.set('n', '<space>-', require('oil').toggle_float)
|
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,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user