nvim: tidy up plugins
This commit is contained in:
parent
99b7aced1e
commit
99ef6ae8e1
2 changed files with 7 additions and 8 deletions
|
@ -24,5 +24,5 @@ opt.termguicolors = true
|
|||
opt.wrap = false
|
||||
opt.formatoptions = "cro"
|
||||
opt.backspace = "indent,eol,start"
|
||||
|
||||
opt.conceallevel = 1
|
||||
vim.notify = require("notify")
|
||||
|
|
|
@ -31,14 +31,13 @@ return packer.startup(function(use)
|
|||
-- packer can manage itself
|
||||
|
||||
use("wbthomason/packer.nvim")
|
||||
use({
|
||||
"aspeddro/pandoc.nvim",
|
||||
config = function()
|
||||
require("pandoc").setup()
|
||||
end,
|
||||
})
|
||||
-- use({
|
||||
-- "aspeddro/pandoc.nvim",
|
||||
-- config = function()
|
||||
-- require("pandoc").setup()
|
||||
-- end,
|
||||
-- })
|
||||
use({ "folke/noice.nvim", requires = { "MunifTanjim/nui.nvim", "rcarriga/nvim-notify" } })
|
||||
|
||||
use({ "epwalsh/obsidian.nvim", requires = { "nvim-lua/plenary.nvim" } })
|
||||
use("ellisonleao/gruvbox.nvim")
|
||||
use("sainnhe/gruvbox-material")
|
||||
|
|
Loading…
Add table
Reference in a new issue