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