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:
Paul Stemmet 2022-09-11 17:35:52 +00:00
parent 72434c743e
commit 3cb079be10
Signed by: Paul Stemmet
GPG Key ID: EDEA539F594E7E75
1 changed files with 1 additions and 1 deletions

View File

@ -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'
},