1
0

feat: initial commit; NixOS Era

This commit is contained in:
2025-11-20 22:13:05 +01:00
commit 8d0bddf680
46 changed files with 2044 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
local common = require('BluePlum.lazy')
return {
{
'nvim-treesitter/nvim-treesitter',
branch = 'main',
event = common.event.VeryLazy,
build = ':TSUpdate',
opts = {
ensure_installed = { 'lua', 'markdown', 'typescript', 'javascript', 'rust', 'json', 'toml' },
highlight = {
enable = true,
},
auto_install = true,
},
},
}