Files
box-setup/src_files/.config/nvim/lua/david_standard/lsp_enables.lua

11 lines
264 B
Lua

-- c
-- c++
-- ruby
vim.lsp.enable('ruby_lsp')
-- vim.lsp.enable('typeprof') -- ruby builtin/official (but still labled experimental)
-- vim.lsp.enable('standardrb')
-- vim.lsp.enable('solargraph')
-- vim.lsp.enable('herb_ls') -- targets html + ruby (erb files)