You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- plugin which aim to provide better tabbing experience
|
|
|
|
return {
|
|
"abecodes/tabout.nvim",
|
|
event = "VeryLazy",
|
|
dependencies = {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
"hrsh7th/nvim-cmp",
|
|
},
|
|
config = true,
|
|
}
|