feat: add nvimdots
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
return function()
|
||||
vim.g.skip_ts_context_commentstring_module = true
|
||||
require("modules.utils").load_plugin("ts_context_commentstring", {
|
||||
-- Whether to update the `commentstring` on the `CursorHold` autocmd
|
||||
enable_autocmd = false,
|
||||
})
|
||||
end
|
||||
Reference in New Issue
Block a user