Update nixvim config

This commit is contained in:
Weckyy702
2026-03-11 18:45:27 +01:00
parent e6c80668cd
commit 5a89753893
10 changed files with 62 additions and 61 deletions

View File

@@ -1,7 +1,7 @@
{ ... }: {
programs.nixvim.globals.mapleader = " ";
globals.mapleader = " ";
programs.nixvim.keymaps = [
keymaps = [
{
key = "<esc>";
action = ":noh<CR>";