1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/null-ls.lua

8 lines
70 B
Lua
Raw Normal View History

2022-02-22 21:52:01 +01:00
local M = {}
function M.setup()
-- Setup goes here
end
return M