Dot_Files/.config/nvim/lua/core/lsp.lua

6 lines
49 B
Lua

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