this repo has no description

Ruby and terraform LS

+1 -1
+1 -1
nvim/init.vim
··· 170 170 buf_set_keymap('n', '<leader>ff', '<cmd>lua vim.lsp.buf.formatting()<CR>', opts) 171 171 end 172 172 173 - local servers = {'gopls', 'rls', 'tsserver', 'hie', 'rnix', 'graphql'} 173 + local servers = {'gopls', 'terraformls', 'solargraph', 'rls', 'tsserver', 'hie', 'rnix', 'graphql'} 174 174 for _, lsp in ipairs(servers) do 175 175 nvim_lsp[lsp].setup { 176 176 on_attach = on_attach,