mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2024-08-21
This commit is contained in:
8
lua/plugins/demicolon.lua
Normal file
8
lua/plugins/demicolon.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"mawkler/demicolon.nvim",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||
},
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user