mirror of
https://github.com/wlcx/home.git
synced 2026-09-09 17:58:22 +01:00
vim: Add rls to lspconfig
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user