feat: add comment.nvim and deprecate kommentary

This commit is contained in:
NotAShelf 2023-02-16 23:32:46 +03:00
commit 79587828f4
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
8 changed files with 84 additions and 0 deletions

View file

@ -159,6 +159,11 @@ inputs: let
vim.gestures = {
gesture-nvim.enable = false;
};
vim.comments = {
comment-nvim.enable = true;
kommentary = builtins.trace "WARNING: kommentary is deprecated and will be removed in the future, use comment-nvim instead" {enable = true;};
};
};
};
in {