ngixn lol
This commit is contained in:
parent
8dcdb5ee5c
commit
577bf72911
1 changed files with 12 additions and 0 deletions
12
lua/plugins/nginx.lua
Normal file
12
lua/plugins/nginx.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
nginx_language_server = {
|
||||
mason = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue