From 869de833bffcbfd26e09f12902b98fec947eb5a1 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Sat, 16 Apr 2022 23:08:02 +0100 Subject: [PATCH] vim: Add rls to lspconfig --- home/dev.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/dev.lua b/home/dev.lua index dda17c7..b9cd2e3 100644 --- a/home/dev.lua +++ b/home/dev.lua @@ -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 {