12 lines
212 B
Lua
12 lines
212 B
Lua
-- plugin which aim to provide better tabbing experience
|
|
|
|
return {
|
|
"abecodes/tabout.nvim",
|
|
event = "VeryLazy",
|
|
dependencies = {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
"hrsh7th/nvim-cmp",
|
|
},
|
|
config = true,
|
|
}
|