Merge branch 'v0.7' into neorg

This commit is contained in:
Soliprem 2024-10-15 02:16:52 +02:00 committed by GitHub
commit 7688a9b8a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 823 additions and 528 deletions

View file

@ -45,10 +45,10 @@ in {
completion = {
nvim_cmp = mkOption {
# if using nvim-cmp, otherwise set to false
# If using nvim-cmp, otherwise set to false
type = bool;
description = "If using nvim-cmp, otherwise set to false";
default = config.vim.autocomplete.type == "nvim-cmp";
default = config.vim.autocomplete.nvim-cmp.enable;
};
};
};