Fix loading order
This commit is contained in:
parent
5c659f5a9f
commit
c89e8e7e42
2
init.lua
2
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' },
|
||||
|
|
|
|||
|
|
@ -121,10 +121,6 @@ return {
|
|||
ft = { 'markdown' },
|
||||
build = ':call mkdp#util#install()',
|
||||
},
|
||||
{
|
||||
'OXY2DEV/markview.nvim',
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
'stevearc/oil.nvim',
|
||||
---@module 'oil'
|
||||
|
|
|
|||
Loading…
Reference in New Issue