add typescript language server
This commit is contained in:
parent
7f84d85328
commit
13993cfabc
2 changed files with 10 additions and 1 deletions
|
|
@ -14,6 +14,15 @@ return {
|
|||
{ '\\', ':Neotree reveal right<CR>', { desc = 'NeoTree reveal' } },
|
||||
},
|
||||
opts = {
|
||||
event_handlers = {
|
||||
{
|
||||
event = 'file_opened',
|
||||
handler = function(file_path)
|
||||
--auto close
|
||||
require('neo-tree').close_all()
|
||||
end,
|
||||
},
|
||||
},
|
||||
filesystem = {
|
||||
window = {
|
||||
mappings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue