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

View file

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