feat(neovim): fix word.

This commit is contained in:
CronyAkatsuki 2025-03-10 19:45:59 +01:00
parent 1ed82027cc
commit f90fe1143f

View File

@ -64,7 +64,7 @@ in {
# Autocompletion
autocomplete.nvim-cmp = {
enable = true;
mapping = {
mappings = {
close = "<C-h>";
complete = null;
confirm = "<C-l>";