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',
|
'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' },
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue