spacing
This commit is contained in:
parent
1f597043eb
commit
bb026a1bf6
@ -1,7 +1,7 @@
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
config = function ()
|
||||
config = function ()
|
||||
local configs = require("nvim-treesitter.configs")
|
||||
|
||||
configs.setup({
|
||||
@ -15,9 +15,9 @@ return {
|
||||
init_selection = "<Enter>",
|
||||
node_incremental = "<Enter>",
|
||||
scope_incremental = false,
|
||||
node_decremental = "<Backspace>"
|
||||
},
|
||||
}
|
||||
})
|
||||
end
|
||||
node_decremental = "<Backspace>"
|
||||
},
|
||||
}
|
||||
})
|
||||
end
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
return {
|
||||
"echasnovski/mini.statusline",
|
||||
version = false,
|
||||
return {
|
||||
"echasnovski/mini.statusline",
|
||||
version = false,
|
||||
opts = {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user