Config updates

This commit is contained in:
juanmagalhaes 2025-03-08 17:01:24 -03:00
parent 30581c9de2
commit 920e171950
4 changed files with 20 additions and 6 deletions

View 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