Skip to content

Commit

Permalink
neovim: Add nvim-treesitter
Browse files Browse the repository at this point in the history
  • Loading branch information
m-b-t-n committed Jan 6, 2025
1 parent d8659dd commit d4e8bd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions neovim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ vim.g.maplocalleader = "\\"
require("lazy").setup({
spec = {
-- add your plugins here
{"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
3 changes: 2 additions & 1 deletion neovim/lazy-lock.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"lazy.nvim": { "branch": "main", "commit": "72aa3a2624be5dc240646084f7b6a38eb99eb2ce" }
"lazy.nvim": { "branch": "main", "commit": "72aa3a2624be5dc240646084f7b6a38eb99eb2ce" },
"nvim-treesitter": { "branch": "master", "commit": "556ac68cd33973a38d3f2abac47f361432593fe2" }
}

0 comments on commit d4e8bd6

Please sign in to comment.