feat: more stuf
This commit is contained in:
parent
24b6fdb455
commit
828352781f
14 changed files with 84 additions and 39 deletions
|
|
@ -27,7 +27,13 @@ vim.lsp.config('*', {
|
|||
flags = { debounce_text_changes = 0 },
|
||||
})
|
||||
|
||||
map({ { 'n', 'x' }, 'gF', lsp.format })
|
||||
map({
|
||||
{ 'n', 'x' },
|
||||
'gF',
|
||||
function()
|
||||
vim.lsp.buf.format({ async = true })
|
||||
end,
|
||||
})
|
||||
|
||||
for _, server in ipairs({
|
||||
'bashls',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue