fix(nvim): regex
This commit is contained in:
@@ -99,14 +99,12 @@ vim.cmd(':set winhighlight=' .. cmp.config.window.bordered().winhighlight)
|
||||
-- Setup language servers.
|
||||
local lspconfig = require('lspconfig')
|
||||
local deps = require("nvim-deps")
|
||||
-- deps.typescript-language-server_path
|
||||
lspconfig.tsserver.setup({
|
||||
cmd = {
|
||||
(deps["typescript-language-server_path"] ..
|
||||
"/bin/typescript-language-server"), "--stdio"
|
||||
}
|
||||
})
|
||||
-- deps.clang-tools_path
|
||||
lspconfig.clangd.setup({cmd = {(deps["clang-tools_path"] .. "/bin/clangd")}})
|
||||
lspconfig.bashls.setup({
|
||||
cmd = {(deps["bash-language-server_path"] .. "/bin/bash-language-server")}
|
||||
|
||||
Reference in New Issue
Block a user