Fix loading order

This commit is contained in:
Adam Beck 2025-08-19 16:16:24 -04:00
parent 5c659f5a9f
commit c89e8e7e42
2 changed files with 2 additions and 4 deletions

View File

@ -995,6 +995,8 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter', 'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate', build = ':TSUpdate',
main = 'nvim-treesitter.configs', -- Sets main module to use for opts main = 'nvim-treesitter.configs', -- Sets main module to use for opts
dependencies = { 'OXY2DEV/markview.nvim' },
lazy = false,
-- [[ Configure Treesitter ]] See `:help nvim-treesitter` -- [[ Configure Treesitter ]] See `:help nvim-treesitter`
opts = { opts = {
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' }, ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },

View File

@ -121,10 +121,6 @@ return {
ft = { 'markdown' }, ft = { 'markdown' },
build = ':call mkdp#util#install()', build = ':call mkdp#util#install()',
}, },
{
'OXY2DEV/markview.nvim',
lazy = false,
},
{ {
'stevearc/oil.nvim', 'stevearc/oil.nvim',
---@module 'oil' ---@module 'oil'