mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
feat(jupytext.lua): add jupytext plugin configuration to load jupytext.nvim and set lazy loading to false
This commit is contained in:
7
lua/absolute/plugins/jupytext.lua
Normal file
7
lua/absolute/plugins/jupytext.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"GCBallesteros/jupytext.nvim",
|
||||
config = function()
|
||||
require("absolute.after.jupytext")
|
||||
end,
|
||||
lazy = false,
|
||||
}
|
||||
Reference in New Issue
Block a user