1
0
Fork 0
nix-config/modules/nixos/cli/neovim/cmp/default.nix

3 lines
69 B
Nix

{
programs.nvf.settings.vim.autocomplete.nvim-cmp.enable = true;
}