Add nvim-treesitter.withAllGrammars

This commit is contained in:
Dave Gallant
2022-12-31 16:55:54 -05:00
parent 4bb76ac3cd
commit 995d59d801
2 changed files with 3 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ vim.api.nvim_set_keymap("n", "<space>", "za", { silent = true, noremap = true })
-- packer {{{1 -------------------------------------------------------------------
-------------------------------------------------------------------------------
require("packer").startup(function()
use({ "nvim-treesitter/nvim-treesitter" })
-- use({ "nvim-treesitter/nvim-treesitter" })
end)
-------------------------------------------------------------------------------