Skip to content

Commit

Permalink
[nvim] add comment-nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Oct 26, 2023
1 parent e585785 commit 5b48978
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ in {
let g:airline_powerline_fonts = 1
'';
}
{
plugin = comment-nvim;
type = "lua";
config = ''
require('Comment').setup()
'';
}
{
plugin = copilot-lua;
type = "lua";
Expand Down

0 comments on commit 5b48978

Please sign in to comment.