mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-09-02 12:09:07 +00:00
[neovim] Simplify plugins including
This commit is contained in:
@@ -1,6 +1 @@
|
||||
local status_ok, comment = pcall(require, "Comment")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
comment.setup({})
|
||||
require("Comment").setup({})
|
||||
|
Reference in New Issue
Block a user