start working on getting godot LSP working
This commit is contained in:
parent
19f6d2ead7
commit
a87c5e3035
3 changed files with 4 additions and 1 deletions
|
|
@ -20,10 +20,12 @@ return {
|
|||
desc = 'Toggle , at eol',
|
||||
},
|
||||
|
||||
--[[
|
||||
-- tree
|
||||
{ '<C-e>', '<cmd>BlinkTree reveal<cr>', desc = 'Reveal current file in tree' },
|
||||
{ '<leader>E', '<cmd>BlinkTree toggle<cr>', desc = 'Reveal current file in tree' },
|
||||
{ '<leader>e', '<cmd>BlinkTree toggle-focus<cr>', desc = 'Toggle file tree focus' },
|
||||
--]]
|
||||
},
|
||||
-- all modules handle lazy loading internally
|
||||
lazy = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue