diff options
Diffstat (limited to 'nvim/lua/user/comment.lua')
-rw-r--r-- | nvim/lua/user/comment.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/user/comment.lua b/nvim/lua/user/comment.lua index 27e8fd5..fb7eeb9 100644 --- a/nvim/lua/user/comment.lua +++ b/nvim/lua/user/comment.lua @@ -12,6 +12,7 @@ local M = { } function M.config() + require('Comment').setup() pre_hook = function(ctx) -- Only calculate commentstring for tsx filetypes if vim.bo.filetype == "typescriptreact" then |