feat: initial commit; NixOS Era
This commit is contained in:
19
pkgs/neovim/lua/plugins/treesitter.lua
Normal file
19
pkgs/neovim/lua/plugins/treesitter.lua
Normal 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,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user