mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-01-05 17:49:09 +00:00
6 lines
72 B
Lua
6 lines
72 B
Lua
|
pcall(
|
||
|
function()
|
||
|
require("nvim_comment").setup()
|
||
|
end
|
||
|
)
|