Skip to content

Commit

Permalink
neovim: Split nvim-treesitter
Browse files Browse the repository at this point in the history
 refs #206
  • Loading branch information
m-b-t-n committed Jan 7, 2025
1 parent 07b577f commit 5445c47
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ require("lazy").setup({
spec = {
-- add your plugins here
{ import = "plugins" },
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
Expand Down
12 changes: 12 additions & 0 deletions neovim/lua/plugins/nvim-treesitter.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-- https://github.com/nvim-treesitter/nvim-treesitter

return {
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
opts = {
ensure_installed = "all",
},
},
}

0 comments on commit 5445c47

Please sign in to comment.