diff --git a/.envrc b/.envrc deleted file mode 100644 index b1a5883..0000000 --- a/.envrc +++ /dev/null @@ -1 +0,0 @@ -export PATH="~/.PNPM_HOME:$PATH" diff --git a/dotfiles/neovim/lua/my/paq.lua b/dotfiles/neovim/lua/my/paq.lua index 2bba4c7..28f3fb8 100644 --- a/dotfiles/neovim/lua/my/paq.lua +++ b/dotfiles/neovim/lua/my/paq.lua @@ -47,6 +47,8 @@ function M.setup() "ShinKage/idris2-nvim" -- idris2 support } + table.insert(base, "nvim-treesitter/nvim-treesitter") + for _, v in ipairs(themePackages) do -- append package in the base list table.insert(base, v)