Remove global formatting configuration

Will be replaced with project specific configurations
This commit is contained in:
Sonny Bakker 2025-04-02 09:10:04 +02:00
parent 87f05c5d83
commit f21944eb52
3 changed files with 0 additions and 27 deletions

View file

@ -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 = {