[nvim] reduce tree sitter default installs

This commit is contained in:
eleith 2023-03-29 04:52:09 +00:00
parent 33881ebaee
commit 1e8c2af735
2 changed files with 1 additions and 4 deletions

View File

@ -50,7 +50,7 @@ if type -q fzf
end
if not functions -q fisher && status is-interactive
echo "Installing fisher for the first time..." >&2
echo "Installing fisher for the first time..."
set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config
curl https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish --create-dirs -sLo $XDG_CONFIG_HOME/fish/functions/fisher.fish
# https://github.com/jorgebucaran/fisher/issues/742

View File

@ -10,7 +10,6 @@ return {
"dockerfile",
"fish",
"go",
"gomod",
"graphql",
"html",
"java",
@ -24,11 +23,9 @@ return {
"typescript",
"yaml",
"comment",
"tsx",
"prisma",
"markdown",
"ruby",
"vim",
},
indent = {
enable = true,