nvim_comment.lua 72 B

123456
  1. local function config()
  2. require('nvim_comment').setup()
  3. end
  4. config()