Skip to content

Commit

Permalink
feat(nvim): add justfile treesitter parser
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Aug 18, 2023
1 parent 540a519 commit 4076584
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/private_dot_config/nvim/lazylock.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@
"branch": "main",
"commit": "1ee11019f8a81dac989ae1db1a013e3d582e2033"
},
"tree-sitter-just": {
"branch": "main",
"commit": "4e5f5f3ff37b12a1bbf664eb3966b3019e924594"
},
"trouble.nvim": {
"branch": "main",
"commit": "40aad004f53ae1d1ba91bcc5c29d59f07c5f01d3"
Expand Down
5 changes: 5 additions & 0 deletions home/private_dot_config/nvim/lua/plugins/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ return {
"nvim-treesitter/nvim-treesitter-context",
config = true,
},
{ -- https://github.com/'IndianBoy42/tree-sitter-just'
"IndianBoy42/tree-sitter-just",
config = true,
},
},
opts = function(_, opts)
local ensure_installed = {
Expand All @@ -30,6 +34,7 @@ return {
"json",
"json5",
"jsonc",
"just",
"kdl",
"lua",
"make",
Expand Down

0 comments on commit 4076584

Please sign in to comment.