Updating nix channels, requires responding to deprecations
This commit is contained in:
parent
d76b16ddc7
commit
7a7e3d56b2
3 changed files with 7 additions and 4 deletions
|
|
@ -62,6 +62,7 @@ vim.api.nvim_create_autocmd("BufWritePre", {
|
|||
})
|
||||
|
||||
nvim_lsp.diagnosticls.setup {
|
||||
cmd = { "@diagnostic_server@/bin/diagnostic-languageserver", '--stdio' },
|
||||
filetypes = { 'javascript', 'javascriptreact', 'typescript', 'typescriptreact', 'css', 'scss', 'markdown', 'pandoc',
|
||||
'prisma' },
|
||||
init_options = {
|
||||
|
|
@ -150,6 +151,7 @@ capabilitiesWithoutFomatting.textDocument.rangeFormatting = false
|
|||
capabilitiesWithoutFomatting.textDocument.range_formatting = false
|
||||
|
||||
nvim_lsp.ts_ls.setup {
|
||||
cmd = { "@ts_server@/bin/typescript-language-server", '--stdio' },
|
||||
init_options = {
|
||||
hostInfo = "neovim",
|
||||
maxTsServerMemory = "8192",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue