enable sourcekit

the lsp comes with the swift toolchain. So we can just enable it :). I
wanted to try swift for a long time but did not realise they bothered to
build a cross-platform language server for it.
This commit is contained in:
Ivar Fatland
2025-09-09 23:05:46 +02:00
parent d9227fe475
commit 46f5179a4a
+1
View File
@@ -489,6 +489,7 @@ require'lazy'.setup{ --{{{1
filetypes = { 'haskell', 'lhaskell', 'cabal' },
})
vim.lsp.enable('hls')
vim.lsp.enable('sourcekit')
vim.api.nvim_create_autocmd('LspAttach', {
callback = function(args)