fix(nvim): update config of language servers

This commit is contained in:
Bruno Carlin 2023-05-31 18:10:00 +02:00
parent 9cd7091efc
commit 3089967448
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D
13 changed files with 54 additions and 73 deletions

View file

@ -1,4 +1,4 @@
require('dotenv').setup({
enable_on_load = true, -- will load your .env file upon loading a buffer
verbose = true, -- show error notification if .env file is not found and if .env is loaded
})
--require('dotenv').setup({
-- enable_on_load = true, -- will load your .env file upon loading a buffer
-- verbose = true, -- show error notification if .env file is not found and if .env is loaded
--})