diff --git a/init.lua b/init.lua index 33a9b92a..e866a534 100644 --- a/init.lua +++ b/init.lua @@ -995,6 +995,8 @@ require('lazy').setup({ 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate', main = 'nvim-treesitter.configs', -- Sets main module to use for opts + dependencies = { 'OXY2DEV/markview.nvim' }, + lazy = false, -- [[ Configure Treesitter ]] See `:help nvim-treesitter` opts = { ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' }, diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 2d31323d..785809dc 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -121,10 +121,6 @@ return { ft = { 'markdown' }, build = ':call mkdp#util#install()', }, - { - 'OXY2DEV/markview.nvim', - lazy = false, - }, { 'stevearc/oil.nvim', ---@module 'oil'