nixfmt update formatter changes
This commit is contained in:
parent
fe9ec52785
commit
ebd66cbfb4
3 changed files with 21 additions and 14 deletions
|
@ -21,9 +21,8 @@ lib.mkIf (lib.elem "nvim::cmp" config.machine.pkgs) {
|
|||
local cmp = require('cmp')
|
||||
|
||||
cmp.setup({
|
||||
${
|
||||
lib.optionalString (lib.elem "nvim::lsp" config.machine.pkgs) # lua
|
||||
''sources = { { name = 'nvim_lsp' }, },''
|
||||
${lib.optionalString (lib.elem "nvim::lsp" config.machine.pkgs) # lua
|
||||
''sources = { { name = 'nvim_lsp' }, },''
|
||||
}
|
||||
mapping = cmp.mapping.preset.insert({
|
||||
['<C-Space>'] = cmp.mapping.complete(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue