mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-17 17:31:18 +00:00
treewide: remove reduant // {default = false;}s
This commit is contained in:
parent
fa0f962663
commit
6921ac4e4e
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
inherit (lib.nvim.types) pluginType;
|
||||
in {
|
||||
options.vim.snippets.luasnip = {
|
||||
enable = mkEnableOption "luasnip" // {default = false;};
|
||||
enable = mkEnableOption "luasnip";
|
||||
providers = mkOption {
|
||||
type = listOf pluginType;
|
||||
default = ["friendly-snippets"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue