fix ciderlsp diagnostics
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
local map = require("utils").map
|
||||
require("neo-tree").setup({
|
||||
hijack_netrw_behavior = "open_current"
|
||||
})
|
||||
|
||||
map('n', '<C-n>', ':Neotree<cr>')
|
||||
|
||||
map('n', '<C-n>', ':Neotree filesystem reveal toggle reveal_force_cwd<cr>')
|
||||
|
Reference in New Issue
Block a user