mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
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:
7
lua/absolute/plugins/none-ls.lua
Normal file
7
lua/absolute/plugins/none-ls.lua
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
return {
|
||||||
|
"nvimtools/none-ls.nvim",
|
||||||
|
config = function()
|
||||||
|
require("absolute.after.none-ls")
|
||||||
|
end
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user