1 files changed,
2 insertions(+),
6 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2025-01-01 16:28:44 +0200
Parent:
f9c5f74
M
lua/plugins/core.lua
@@ -7,9 +7,10 @@ { "tpope/vim-repeat", event = "VeryLazy" },
{ "tpope/vim-speeddating", keys = { "<C-a>", "<C-x>" } }, { "tweekmonster/helpful.vim", cmd = "HelpfulVersion" }, { "wakatime/vim-wakatime", event = "VeryLazy" }, + { "pmizio/typescript-tools.nvim", ft = { "typescript" }, config = true }, + { "OXY2DEV/markview.nvim", ft = { "markdown" } }, { "folke/tokyonight.nvim", - lazy = false, opts = { style = "night" }, init = function() vim.cmd.colorscheme "tokyonight"@@ -42,11 +43,6 @@ opts = {
check_ts = true, disable_filetype = { "TelescopePrompt", "markdown" }, }, - }, - { - "pmizio/typescript-tools.nvim", - ft = { "typescript" }, - opts = {}, }, { "3rd/image.nvim",