dotfiles/config/nvim/lua/fschauen/plugins/nginx.lua

6 lines
58 B
Lua

local M = { 'chr4/nginx.vim' }
M.ft = 'nginx'
return M