11 files changed,
11 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-04-15 01:14:49 +0300
Parent:
16f30e9
M
lua/plugins/core.lua
@@ -1,3 +1,4 @@
+---@type LazySpec[] return { "nvim-lua/plenary.nvim", "kyazdani42/nvim-web-devicons",
M
lua/plugins/lualine.lua
@@ -40,6 +40,7 @@ cond = require("scratch.harpoon_status").exists,
}, } +---@type LazySpec return { "nvim-lualine/lualine.nvim", event = "VeryLazy",
M
lua/plugins/luasnip.lua
@@ -1,3 +1,4 @@
+---@type LazySpec return { "L3MON4D3/LuaSnip", dependencies = { "rafamadriz/friendly-snippets" },
M
lua/plugins/neotest.lua
@@ -1,3 +1,4 @@
+---@type LazySpec return { "nvim-neotest/neotest", keys = function()
M
lua/plugins/telescope.lua
@@ -1,3 +1,4 @@
+---@type LazySpec return { "nvim-telescope/telescope.nvim", event = "VeryLazy",
M
lua/plugins/treesitter.lua
@@ -1,3 +1,4 @@
+---@type LazySpec return { "nvim-treesitter/nvim-treesitter", event = "BufReadPost",