From 8dce85cb374fe0a3470cd7d58b57ae8b65023eda Mon Sep 17 00:00:00 2001 From: ITQ Date: Wed, 1 Apr 2026 19:58:18 +0300 Subject: [PATCH] nvim meow --- .config/nvim/lua/plugins/core.lua | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.config/nvim/lua/plugins/core.lua b/.config/nvim/lua/plugins/core.lua index 3fd180b..ed3b238 100644 --- a/.config/nvim/lua/plugins/core.lua +++ b/.config/nvim/lua/plugins/core.lua @@ -1,14 +1,15 @@ return { - { "nvim-lua/plenary.nvim", lazy = true }, + { "nvim-lua/plenary.nvim", lazy = true }, - { "folke/which-key.nvim", event = "VeryLazy", opts = {} }, + { "folke/which-key.nvim", event = "VeryLazy", opts = {} }, - { "numToStr/Comment.nvim", event = "VeryLazy", opts = {} }, + { "numToStr/Comment.nvim", event = "VeryLazy", opts = {} }, - { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, + { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, - { "windwp/nvim-autopairs", event = "InsertEnter", opts = {} }, + { "windwp/nvim-autopairs", event = "InsertEnter", opts = {} }, - { "lewis6991/gitsigns.nvim", event = "VeryLazy", opts = {} }, + { "lewis6991/gitsigns.nvim", event = "VeryLazy", opts = {} }, + + { 'wakatime/vim-wakatime', lazy = false }, } -