Updated doom emacs
This commit is contained in:
@@ -49,5 +49,16 @@ return {
|
||||
version = "*", -- Pin Neorg to the latest stable release
|
||||
config = true,
|
||||
},
|
||||
|
||||
-- {
|
||||
-- "Olical/conjure"
|
||||
-- },
|
||||
|
||||
{
|
||||
"vlime/vlime",
|
||||
config = function(plugin)
|
||||
vim.opt.rtp:append(plugin.dir .. '/vim/')
|
||||
end
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user