Delete solargraph config (now in normal lsp config)

This commit is contained in:
Talia 2023-06-29 23:27:53 +02:00
parent 9b67156f6d
commit b0b3b7e36c
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
local lsp_flags = require('lspconfig').solargraph.setup{
on_attach = require 'on_lsp_attach',
}
vim.api.nvim_command("LspStart")