test
This commit is contained in:
parent
f0b1fe315d
commit
1c68842b95
3 changed files with 7 additions and 2 deletions
|
@ -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"; }
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
steam
|
||||
lutris
|
||||
vlc
|
||||
vintagestory
|
||||
inputs.nixpkgs-usntable.pkgs.vintagestory
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
|
Loading…
Reference in a new issue