dotfiles/nvim/lua/plugins/lspconfig.lua

10 lines
51 B
Lua

local M = {}
function M.config()
end
return M