improvements, installed ollama gen

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-06 16:09:17 -06:00
parent f2f93acdb8
commit 6b2b0c377a
11 changed files with 151 additions and 161 deletions

View file

@ -1,12 +1,3 @@
local auto = true
local output = vim.fn.system({
"which",
"tree-sitter",
})
if output == nil or output == "" then
auto = false
end
return {
{
"nvim-treesitter/nvim-treesitter",
@ -67,7 +58,6 @@ return {
"vue",
"yaml",
},
-- auto_install = auto,
highlight = {
enable = true,
use_languagetree = true,