mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-14 06:38:44 +02:00
Merge branch 'main' into remove-trailing-whitespaces
This commit is contained in:
commit
e686e31bd7
61 changed files with 695 additions and 234 deletions
|
@ -11,6 +11,7 @@ in
|
|||
package = mkOption {
|
||||
default = pkgs.vimPlugins.luasnip;
|
||||
type = types.package;
|
||||
description = "Plugin to use for luasnip";
|
||||
};
|
||||
|
||||
fromVscode = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue