Browse Source

nixpkgs/neovim: use mini.comment

Thomas Dy 3 years ago
parent
commit
98eefe707b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .config/nixpkgs/neovim/plugins.lua

+ 3 - 0
.config/nixpkgs/neovim/plugins.lua

@@ -59,6 +59,9 @@ require('mini.bufremove').setup()
 -- shows a line indicating the current indentation scope
 require('mini.indentscope').setup()
 
+-- comment actions
+require('mini.comment').setup()
+
 -- LSP completion and function signature display
 require('mini.completion').setup({
   delay = {