mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-22 17:43:13 -04:00
Fixed syntax highlighting
This commit is contained in:
parent
cd1e524eb8
commit
0ea9b249ed
1 changed files with 5 additions and 1 deletions
|
|
@ -111,13 +111,17 @@
|
|||
nvim-lspconfig
|
||||
nvim-treesitter-context
|
||||
nvim-treesitter-textobjects
|
||||
{
|
||||
data = pkgs.vimPlugins.nvim-treesitter;
|
||||
pname = "nvim-treesitter";
|
||||
}
|
||||
{
|
||||
data = pkgs.codecompanion-nvim.overrideAttrs (old: {
|
||||
doCheck = false;
|
||||
});
|
||||
pname = "codecompanion";
|
||||
}
|
||||
];
|
||||
] ++ builtins.attrValues pkgs.vimPlugins.nvim-treesitter.queries;
|
||||
};
|
||||
|
||||
config.specs.treesitterParsers = lib.mkIf (config.cats.treesitterParsers or false) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue