Skip to content

Commit

Permalink
2024/07/20-02:51:45
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jul 20, 2024
1 parent 57a0662 commit f17e69f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion modules/nvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ with lib;
viAlias = mkDefault true;
vimAlias = mkDefault true;
colorschemes.vscode.enable = true;
plugins.lightline.enable = true;
plugins = {
lightline.enable = mkDefault true;
lsp = {
enable = mkDefault true;
servers = {
nixd.enable = mkDefault true
};
};
};
extraConfigVim = mkDefault ''
syntax enable
filetype indent on
Expand Down

0 comments on commit f17e69f

Please sign in to comment.