chore: lfg?

This commit is contained in:
2pac 2023-11-05 23:11:51 +01:00
parent f5b59f5173
commit d0e6ce3d2a
3 changed files with 8 additions and 3 deletions

View file

@ -46,6 +46,8 @@ return {
-- Tsserver usually works poorly. Sorry you work with bad languages
-- You can remove this line if you know what you're doing :)
--
-- Using the `eslint` instead now.
if client.name == 'tsserver' then
return
end

View file

@ -12,6 +12,7 @@ return {
config = function()
require('neo-tree').setup {}
vim.keymap.set('n', '<leader>a', [[:Neotree toggle reveal_force_cwd<cr>]])
vim.keymap.set('n', '<leader>a', [[:Neotree reveal_force_cwd<cr>]])
vim.keymap.set('n', '<leader>A', [[:Neotree toggle reveal_force_cwd<cr>]])
end,
}