1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00

vim: Add rls to lspconfig

This commit is contained in:
Sam W 2022-04-16 23:08:02 +01:00
parent 94986efa4a
commit 869de833bf

View File

@ -27,6 +27,9 @@ require'lspconfig'.pylsp.setup{
require'lspconfig'.rnix.setup{
on_attach = on_attach
}
require'lspconfig'.rls.setup{
on_attach = on_attach,
}
-- Diags with Trouble
require('trouble').setup {