fix nvim cmp indentation issue for nix files

I removed the cmdline source from cmp and that fixed it
This commit is contained in:
PowerUser64 2022-12-23 15:18:23 -08:00
parent cdbc693e6e
commit 892b153b06

View file

@ -145,7 +145,6 @@ M.cmp = function()
{ name = 'treesitter' }, { name = 'treesitter' },
{ name = 'calc' }, { name = 'calc' },
-- { name = 'spell' }, -- { name = 'spell' },
{ name = 'cmdline' },
{ name = 'emoji' }, { name = 'emoji' },
{ name = 'buffer' }, { name = 'buffer' },
{ name = 'path' }, { name = 'path' },