mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-17 09:21:19 +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
|
|
@ -8,7 +8,7 @@ in {
|
|||
];
|
||||
|
||||
options.vim.autopairs.nvim-autopairs = {
|
||||
enable = mkEnableOption "autopairs" // {default = false;};
|
||||
enable = mkEnableOption "autopairs";
|
||||
setupOpts = mkPluginSetupOption "nvim-autopairs" {};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue