update
This commit is contained in:
parent
3267f8d2a4
commit
66954fc125
3 changed files with 53 additions and 2 deletions
11
lua/custom/plugins/tabout.lua
Normal file
11
lua/custom/plugins/tabout.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
-- plugin which aim to provide better tabbing experience
|
||||
|
||||
return {
|
||||
"abecodes/tabout.nvim",
|
||||
event = "VeryLazy",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"hrsh7th/nvim-cmp",
|
||||
},
|
||||
config = true,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue