mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 03:30:36 +00:00
feat(treesj.lua): add treesj plugin configuration
Add a new file `treesj.lua` to the `absolute/plugins` directory. The file contains the configuration for the `treesj` plugin. The plugin is sourced from the repository `Wansmer/treesj` and has a dependency on `nvim-treesitter/nvim-treesitter`. The configuration includes loading the `absolute.after.treesj` module.
This commit is contained in:
7
lua/absolute/plugins/treesj.lua
Normal file
7
lua/absolute/plugins/treesj.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"Wansmer/treesj",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||
config = function()
|
||||
require("absolute.after.treesj")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user