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
|
|
@ -14,7 +14,7 @@
|
|||
cfg = config.vim.autocomplete.nvim-cmp;
|
||||
in {
|
||||
options.vim.autocomplete.nvim-cmp = {
|
||||
enable = mkEnableOption "nvim-cmp" // {default = false;};
|
||||
enable = mkEnableOption "nvim-cmp";
|
||||
setupOpts = mkPluginSetupOption "the autocomplete plugin" {
|
||||
completion.completeopt = mkOption {
|
||||
type = str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue