Compare commits

..

No commits in common. "6913bb4ee33a1bea30541b1f437bc4f53cc7417f" and "cfa7eed890dcf46b6a7e0889a1dbd719a596145f" have entirely different histories.

View file

@ -14,15 +14,19 @@
impersonate_nvim_cmp = true
})
'';
plugins.lsp.capabilities = /* lua */ ''
capabilities = require('blink.cmp').get_lsp_capabilities(capabilities)
'';
plugins.blink-cmp = {
enable = true;
package = inputs.blink-cmp.packages.${pkgs.system}.blink-cmp;
settings = {
keymap = {
preset = "default";
"<C-e>" = [ "hide" ];
"<C-space>" = [ "show" "show_documentation" "hide_documentation" ];
"<Tab>" = [ "select_next" "fallback" ];
"<S-Tab>" = [ "select_prev" "fallback" ];
"<C-n>" = [ "snippet_forward" "fallback" ];
"<C-p>" = [ "snippet_backward" "fallback" ];
"<CR>" = [ "accept" "fallback" ];
cmdline.preset = "super-tab";
};
appearance.nerd_font_variant = "mono";
sources = {