File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed
Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11return {
2- cmd_env = {
3- RUBY_YJIT_ENABLE = " 1" ,
4- },
5-
62 init_options = {
73 addonSettings = {
84 [" Ruby LSP Rails" ] = {
95 enablePendingMigrationsPrompt = false ,
106 },
117 },
128
13- enabledFeatures = {
14- diagnostics = false ,
15- formatting = false ,
16- },
17-
189 excludedGems = {
1910 " rubocop" ,
2011 },
@@ -26,8 +17,5 @@ return {
2617 " **/node_modules/**" ,
2718 " **/vendor/**" ,
2819 },
29-
30- formatter = " none" ,
31- linters = {},
3220 },
3321}
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ return {
1818 -- Ruby LSP: `gem install ruby-lsp`
1919 vim .lsp .enable (" ruby_lsp" )
2020
21- -- Rubycop LSP: `bundle add rubocop`
22- vim .lsp .enable (" rubocop" )
23-
2421 -- Typescript LSP: `npm i -g typescript-language-server`
2522 vim .lsp .enable (" ts_ls" )
2623
You can’t perform that action at this time.
0 commit comments