mirror of
https://github.com/itme-brain/nvim.git
synced 2026-05-08 07:00:13 -04:00
10 lines
400 B
Makefile
10 lines
400 B
Makefile
treesitter_parsers := "lua c cpp python nix rust bash markdown html html_tags javascript ecma jsx css vim git_config git_rebase gitattributes gitcommit gitignore"
|
|
|
|
default:
|
|
just --list
|
|
|
|
check:
|
|
nvim --headless README.md '+checkhealth vim.treesitter' '+qa'
|
|
|
|
update-treesitter:
|
|
nvim --headless "+lua require('nvim-treesitter').install(vim.split('{{treesitter_parsers}}', ' ')):wait(300000)" '+qa'
|