Fixed merge conflicts in nvim configuration

This commit is contained in:
2023-03-17 08:06:48 -04:00
4 changed files with 873 additions and 0 deletions

View File

@@ -145,3 +145,6 @@ for _, lsp in ipairs(servers) do
})
end
-- Test source-kit
require'lspconfig'.sourcekit.setup{}