mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
update nvim config
This commit is contained in:
parent
440a3c129e
commit
0bb2b30e9e
1 changed files with 5 additions and 3 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue