nvim: E for Explore

This commit is contained in:
He4eT 2025-02-09 13:31:04 +01:00
commit 0198d27e19

View file

@ -114,7 +114,7 @@ vim.filetype.add {
--[[ cfg_cmds: Commands ]]
-- Ignore :EditQuery command
vim.cmd 'command E Explore'
vim.api.nvim_create_user_command('E', 'Explore', {})
--[[ cfg_autocmds: Autocomands ]]