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:
parent
94986efa4a
commit
869de833bf
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user