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.
This commit is contained in:
David Ibia
2024-01-14 04:00:21 +01:00
parent 7b75e5058b
commit 7834005138

View File

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