mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-10 19:11:08 +01:00
tests: use __empty and __raw
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
9c2c9a1b35
commit
79d53a50e2
200 changed files with 733 additions and 718 deletions
|
|
@ -16,8 +16,8 @@
|
|||
create_autocmd = false;
|
||||
create_cmp_source = true;
|
||||
friendly_snippets = false;
|
||||
ignored_filetypes = null;
|
||||
extended_filetypes = { };
|
||||
ignored_filetypes.__raw = "nil";
|
||||
extended_filetypes.__empty = { };
|
||||
global_snippets = [ "all" ];
|
||||
search_paths = [ { __raw = "vim.fn.stdpath('config') .. '/snippets'"; } ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue