Remove global formatting configuration
Will be replaced with project specific configurations
This commit is contained in:
parent
87f05c5d83
commit
f21944eb52
3 changed files with 0 additions and 27 deletions
|
|
@ -23,10 +23,8 @@ local on_attach = function(client, bufnr)
|
|||
vim.keymap.set('n', ']d', vim.diagnostic.goto_next, opts)
|
||||
vim.keymap.set('n', '<space>q', vim.diagnostic.setloclist, opts)
|
||||
vim.keymap.set('n', '<space>la', vim.lsp.buf.code_action, opts)
|
||||
|
||||
end
|
||||
|
||||
|
||||
--enable some language servers with the additional completion capabilities
|
||||
--offered by nvim-cmp
|
||||
local servers = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue