1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/null-ls.lua
2022-02-22 22:52:01 +02:00

8 lines
70 B
Lua

local M = {}
function M.setup()
-- Setup goes here
end
return M