mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
style: formatting
This commit is contained in:
parent
81421e529b
commit
07d5aee29c
3 changed files with 6 additions and 8 deletions
|
@ -24,7 +24,6 @@ with builtins; {
|
|||
type = types.bool;
|
||||
default = true;
|
||||
description = nvim.nmd.asciiDoc ''map <CR> on insert mode'';
|
||||
|
||||
};
|
||||
|
||||
map_complete = mkOption {
|
||||
|
|
|
@ -61,5 +61,4 @@ in {
|
|||
${optionalString usingNvimCmp "capabilities = require('cmp_nvim_lsp').default_capabilities()"}
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue