Skip to content

Commit

Permalink
fix(neovim): resolve warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Apr 1, 2024
1 parent b9c4287 commit a24d8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/neovim/options.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ user, ... }: {
home-manager.users.${user}.programs.nixvim = {
options = {
opts = {
# Numbers
relativenumber = true;
number = true;
Expand Down
2 changes: 1 addition & 1 deletion core/neovim/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in {
];

# Comments
plugins.comment-nvim.enable = true;
plugins.comment.enable = true;
highlightOverride = with palette; {
"DiagnosticInfo" = mkStandout sky;
"DiagnosticHint" = mkStandout violet;
Expand Down

0 comments on commit a24d8c2

Please sign in to comment.