Set up LSP, completion, etc; adjust a few other small settings
This commit is contained in:
10
src_files/.config/nvim/lua/david_standard/lsp_enables.lua
Normal file
10
src_files/.config/nvim/lua/david_standard/lsp_enables.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- 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)
|
Reference in New Issue
Block a user