ngixn lol

This commit is contained in:
Benjamin Palko 2025-05-07 23:56:46 -04:00
parent 8dcdb5ee5c
commit 577bf72911

12
lua/plugins/nginx.lua Normal file
View file

@ -0,0 +1,12 @@
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
nginx_language_server = {
mason = false,
},
},
},
},
}