Files
absolute-vim/lua/absolute/plugins/none-ls.lua
David Ibia 7834005138 feat(none-ls.lua): add none-ls plugin configuration
The none-ls plugin is added to the list of plugins in the absolute configuration. The plugin is configured to load the "absolute.after.none-ls" module. This configuration allows for the integration of the none-ls plugin into the absolute plugin system.
2024-01-14 04:00:21 +01:00

8 lines
116 B
Lua

return {
"nvimtools/none-ls.nvim",
config = function()
require("absolute.after.none-ls")
end
}