update nvim config

This commit is contained in:
Victor Martinez 2023-04-25 10:05:46 +02:00
parent 440a3c129e
commit 0bb2b30e9e

View file

@ -9,12 +9,14 @@ return {
rust_analyzer = {},
gopls = {},
bashls = {},
-- The configuration below for Deno is no longer required in LazyVim
-- I'll leave it here just in case I need it on the future
denols = {
root_dir = require("lspconfig.util").root_pattern("deno.json", "deno.jsonc"),
-- root_dir = require("lspconfig.util").root_pattern("deno.json", "deno.jsonc"),
},
tsserver = {
root_dir = require("lspconfig.util").root_pattern("package.json"),
single_file_support = false,
-- root_dir = require("lspconfig.util").root_pattern("package.json"),
-- single_file_support = false,
},
},
},