fix: finally don't spam paths on comment tab
This commit is contained in:
parent
ff98e6fbf0
commit
39142a5231
6 changed files with 136 additions and 33 deletions
|
|
@ -106,26 +106,9 @@ return {
|
|||
)
|
||||
end,
|
||||
},
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
opts = {
|
||||
close_if_last_window = true,
|
||||
filesystem = {
|
||||
group_empty_dirs = true,
|
||||
},
|
||||
window = {
|
||||
mappings = {
|
||||
["f"] = "close_window",
|
||||
["l"] = "",
|
||||
},
|
||||
position = "right",
|
||||
scan_mode = "deep",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"echasnovski/mini.ai",
|
||||
enabled = false,
|
||||
diabled = true,
|
||||
},
|
||||
{
|
||||
"rcarriga/nvim-notify",
|
||||
|
|
@ -133,13 +116,28 @@ return {
|
|||
top_down = false,
|
||||
},
|
||||
},
|
||||
{
|
||||
"elkowar/yuck.vim",
|
||||
},
|
||||
{
|
||||
"jbyuki/instant.nvim",
|
||||
config = function()
|
||||
vim.cmd("let g:instant_username = 'dashie'")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
textobjects = {
|
||||
select = {
|
||||
enable = true,
|
||||
lookahead = true,
|
||||
keymaps = {
|
||||
-- You can use the capture groups defined in textobjects.scm
|
||||
["af"] = "@function.outer",
|
||||
["if"] = "@function.inner",
|
||||
["ac"] = "@class.outer",
|
||||
["ic"] = "@class.inner",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue