Explorar el Código

nixpkgs/neovim: use mini.comment

Thomas Dy hace 3 años
padre
commit
98eefe707b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 = {