mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
To enable some features (like adding tree-sitter queries) we need to add files to specific directories in the runtime path (queries/lang/file.scm for tree-sitter queries for example). This commit adds support for specifying such files. You must be careful to not have any collisions between `files` and `extraFiles`. |
||
|---|---|---|
| .. | ||
| autocmd.nix | ||
| colorscheme.nix | ||
| editorconfig.nix | ||
| filetype.nix | ||
| highlights.nix | ||
| keymaps.nix | ||
| lua-loader.nix | ||
| options.nix | ||
| output.nix | ||
| plugins.nix | ||
| warnings.nix | ||