updated treesitter, tabby

This commit is contained in:
bumpsoo 2024-02-27 16:50:23 +09:00
parent d4ece6cf12
commit d44c9ba307
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,7 @@
return {
'TabbyML/vim-tabby',
config = function()
vim.g.tabby_keybinding_accept = '<Tab>'
end
}

View file

@ -12,8 +12,11 @@ return {
},
ensure_installed = {
"json",
"erlang",
"lua",
"javascript",
"typescript",
"vue",
"go",
},
})
end