This commit is contained in:
iFargle 2024-02-09 21:19:35 +09:00
parent f0b1fe315d
commit 1c68842b95
3 changed files with 7 additions and 2 deletions

View file

@ -41,6 +41,10 @@
# Center cursor when jumping foward or back
(nmap "<C-o>" "<C-o>zz")
(nmap "<C-i>" "<C-i>zz")
# Insert Mode
];
options = {
@ -121,6 +125,7 @@
enable = true;
autoEnableSources = true;
sources = [
{ name = "nvim_lua"; }
{ name = "nvim_lsp"; }
{ name = "path"; }
{ name = "buffer"; }

View file

@ -5,7 +5,7 @@
steam
lutris
vlc
vintagestory
inputs.nixpkgs-usntable.pkgs.vintagestory
];
programs.steam = {