feat(nvim): more completion configs

This commit is contained in:
Barrett Ruth 2026-02-19 14:52:17 -05:00
parent e9aeacd1e6
commit dd13c34c92
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
7 changed files with 161 additions and 143 deletions

View file

@ -27,14 +27,6 @@ vim.lsp.config('*', {
flags = { debounce_text_changes = 0 },
})
map({
{ 'n', 'x' },
'gF',
function()
vim.lsp.buf.format({ async = true })
end,
})
for _, server in ipairs({
'bashls',
'basedpyright',