from-scratch rewrite #1

Open
kenobi wants to merge 29 commits from from-scratch into master
2 changed files with 9 additions and 9 deletions
Showing only changes of commit bb026a1bf6 - Show all commits

View File

@ -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
} }

View File

@ -1,5 +1,5 @@
return { return {
"echasnovski/mini.statusline", "echasnovski/mini.statusline",
version = false, version = false,
opts = {} opts = {}
} }