fix(nvim): update config of language servers
This commit is contained in:
parent
9cd7091efc
commit
3089967448
13 changed files with 54 additions and 73 deletions
|
@ -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
|
||||
--})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue