Fix treesitter

This commit is contained in:
Dave Gallant
2022-09-30 14:08:10 +00:00
parent 099d4094db
commit 8c3cb93752
6 changed files with 20 additions and 17 deletions

View File

@@ -376,7 +376,9 @@ in {
nvim-cmp
nvim-lspconfig
nvim-tree-lua
nvim-treesitter
/*
nvim-treesitter installed with packer for now
*/
nvim-ts-rainbow
nvim-web-devicons
packer-nvim

View File

@@ -114,6 +114,7 @@ vim.api.nvim_set_keymap("n", "<space>", "za", { silent = true, noremap = true })
-------------------------------------------------------------------------------
require("packer").startup(function()
-- use({ "ms-jpq/coq.artifacts", branch = "artifacts" })
use({ "nvim-treesitter/nvim-treesitter" })
end)
-------------------------------------------------------------------------------
@@ -255,7 +256,7 @@ require('gitsigns').setup()
-- treesitter
require("nvim-treesitter.configs").setup({
ensure_installed = "all",
ensure_installed = {},
highlight = {
enable = true,