nvim: after/ftplugin/scheme: Drop use of racket lang server for scheme

This commit is contained in:
Sanchayan Maity 2023-05-30 11:09:54 +05:30
parent 5674bbdc06
commit 8d2b94856c
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
local lsp_utils = require('lsp-utils')
local scheme_config = lsp_utils.scheme_config()
vim.lsp.start(scheme_config)