remove Navigator.nvim
This commit is contained in:
parent
bb9c7e896c
commit
f1f43bcd7c
|
@ -31,11 +31,6 @@ local map = vim.api.nvim_set_keymap
|
|||
|
||||
|
||||
map('n', '<leader>t', ':NvimTreeToggle<cr>', opts)
|
||||
|
||||
map('n', '<A-h>', ':NavigatorLeft<cr>', opts)
|
||||
map('n', '<A-l>', ':NavigatorRight<cr>', opts)
|
||||
map('n', '<A-k>', ':NavigatorUp<cr>', opts)
|
||||
map('n', '<A-j>', ':NavigatorDown<cr>', opts)
|
||||
-- }}}
|
||||
|
||||
--
|
||||
|
@ -72,7 +67,6 @@ vim.cmd [[colorscheme gruvbox-material]]
|
|||
require('nvim-tree').setup()
|
||||
require('Comment').setup()
|
||||
require('gitsigns').setup()
|
||||
require('Navigator').setup()
|
||||
|
||||
-- user
|
||||
require('user.lspconfig')
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
# Quality of Life Enhancements
|
||||
comment-nvim # Smart and powerful commenting
|
||||
Navigator-nvim # Navigate between neovim and multiplexers
|
||||
|
||||
# User Interface
|
||||
gruvbox-material # Theme
|
||||
|
|
Loading…
Reference in a new issue