Skip to content

Commit

Permalink
2024/07/20-02:55:06
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jul 20, 2024
1 parent f9e46b1 commit 23c8621
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ with lib;
viAlias = mkDefault true;
vimAlias = mkDefault true;
colorschemes.vscode.enable = true;
options = {
number = true;
relativenumber = true;
};
plugins = {
lightline.enable = mkDefault true;
lsp = {
Expand All @@ -28,7 +32,6 @@ with lib;
set shiftwidth=2
set expandtab
set smarttab
set nonumber
set wildmenu
set foldenable
set clipboard=unnamedplus
Expand Down

0 comments on commit 23c8621

Please sign in to comment.