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
|
# 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"; }
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
steam
|
steam
|
||||||
lutris
|
lutris
|
||||||
vlc
|
vlc
|
||||||
vintagestory
|
inputs.nixpkgs-usntable.pkgs.vintagestory
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
|
|
Loading…
Reference in a new issue