Add demicolon nvim plugin
This commit is contained in:
parent
16e9e0198a
commit
ef7e706f19
1 changed files with 8 additions and 0 deletions
8
nvim/lua/plugs/demicolon.lua
Normal file
8
nvim/lua/plugs/demicolon.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
"mawkler/demicolon.nvim",
|
||||||
|
dependenies = {
|
||||||
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||||
|
},
|
||||||
|
opts = {},
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue