nvim/plug/neotree: <F2> -> <C-Left>
and remove old diagnostic settings, as we use a separate file for that now
This commit is contained in:
parent
72434c743e
commit
3cb079be10
|
@ -43,7 +43,7 @@ local plugins = {
|
|||
'MunifTanjim/nui.nvim',
|
||||
},
|
||||
cmd = { 'Neotree', 'NeoTree*' },
|
||||
keys = { '<F2>', '<leader>gs', '<leader><S-TAB>' },
|
||||
keys = { '<C-Left>', '<leader>gs', '<leader><S-TAB>' },
|
||||
config = require 'psoxizsh.plugins.config.neotree'
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue