init
This commit is contained in:
commit
1e2ca5a6fc
71 changed files with 3330 additions and 0 deletions
16
config/plugins/treesitter.nix
Normal file
16
config/plugins/treesitter.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
nixvimInjections = true;
|
||||
# For neorg formatting (italic/bold/etc) to work properly
|
||||
# https://github.com/nvim-neorg/neorg/wiki/Dependencies#nvim-treesitter-plugin
|
||||
settings.highlight.enable = lib.mkIf config.plugins.neorg.enable true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue