piskaaaa228
This commit is contained in:
@ -125,19 +125,14 @@ return {
|
||||
{
|
||||
"SidOfc/mkdx", -- Улучшения для работы с Markdown
|
||||
},
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
dependencies = { "rafamadriz/friendly-snippets" },
|
||||
},
|
||||
|
||||
-- Treesitter для синтаксического анализа
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate",
|
||||
dependencies = { "OXY2DEV/markview.nvim" },
|
||||
config = function()
|
||||
require("config.nvim-treesitter")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"OXY2DEV/markview.nvim",
|
||||
lazy = false,
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("config.markview")
|
||||
end,
|
||||
@ -145,6 +140,21 @@ return {
|
||||
"saghen/blink.cmp"
|
||||
},
|
||||
},
|
||||
|
||||
-- Treesitter для синтаксического анализа
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
|
||||
lazy = true,
|
||||
build = ":TSUpdate",
|
||||
dependencies = { "OXY2DEV/markview.nvim" },
|
||||
config = function()
|
||||
require("config.nvim-treesitter")
|
||||
end,
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
'gsuuon/model.nvim',
|
||||
config = function()
|
||||
|
||||
Reference in New Issue
Block a user