This commit is contained in:
Omixxx 2023-02-28 12:45:10 +01:00
parent 3267f8d2a4
commit 66954fc125
3 changed files with 53 additions and 2 deletions

View 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,
}