Config updates
This commit is contained in:
parent
30581c9de2
commit
920e171950
4 changed files with 20 additions and 6 deletions
8
lua/core/keymaps/async/ts_ls.lua
Normal file
8
lua/core/keymaps/async/ts_ls.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return function(buffer, cmds)
|
||||
local nmap = require("core.utils").createNmap({
|
||||
buffer = buffer,
|
||||
desc = 'LSP: ',
|
||||
})
|
||||
|
||||
nmap('<leader>oi', cmds.organize_imports, 'OrganizeImports')
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue