mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): update plugins
This commit is contained in:
@@ -33,11 +33,6 @@ vim.cmd([[
|
||||
autocmd FileType markdown setlocal wrap
|
||||
augroup end
|
||||
|
||||
augroup pandoc_syntax
|
||||
autocmd! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
|
||||
autocmd FileType markdown.pandoc setlocal nospell
|
||||
augroup END
|
||||
|
||||
augroup ft_html
|
||||
autocmd!
|
||||
autocmd FileType html,eruby,njk setlocal foldmethod=indent
|
||||
|
||||
@@ -152,8 +152,6 @@ local plugins = {
|
||||
"rlane/pounce.nvim", -- Incremental fuzzy search motion
|
||||
"echasnovski/mini.nvim", -- Library with 20+ plugins
|
||||
"dhruvasagar/vim-table-mode", -- Markdown table mode
|
||||
"vim-pandoc/vim-pandoc", -- Pandoc
|
||||
"vim-pandoc/vim-pandoc-syntax", -- Pandoc syntax
|
||||
{ "princejoogie/chafa.nvim", dependencies = { "nvim-lua/plenary.nvim", "m00qek/baleia.nvim" } }, -- Preview images in terminal
|
||||
|
||||
-- Custom Text Objects
|
||||
|
||||
Reference in New Issue
Block a user