5 files changed,
18 insertions(+),
16 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-07-08 16:40:56 +0300
Parent:
951bed4
M
lazy-lock.json
@@ -15,10 +15,11 @@ "gitsigns.nvim": { "branch": "main", "commit": "39b5b6f48bde0595ce68007ffce408c5d7ac1f79" },
"harpoon": { "branch": "harpoon2", "commit": "0378a6c428a0bed6a2781d459d7943843f374bce" }, "helpful.vim": { "branch": "master", "commit": "1e858aa29f6641f2ab45f3ca62e9cfc82096ccd3" }, "lazy.nvim": { "branch": "main", "commit": "d901d2166fef0304e360316e7a04316f11ab62d0" }, + "lazydev.nvim": { "branch": "main", "commit": "034282543960cc2292be6a5f2b6da71d126837ad" }, "lualine.nvim": { "branch": "master", "commit": "0a5a66803c7407767b799067986b4dc3036e1983" }, + "luvit-meta": { "branch": "main", "commit": "ce76f6f6cdc9201523a5875a4471dcfe0186eb60" }, "mini.bufremove": { "branch": "main", "commit": "1ee294a97e091d3cf967974df622c0d887890dc2" }, "mini.splitjoin": { "branch": "main", "commit": "3e92f6764e770ba392325cad3a4497adcada695f" }, - "neodev.nvim": { "branch": "main", "commit": "02893eeb9d6e8503817bd52385e111cba9a90500" }, "neogit": { "branch": "master", "commit": "a20031fb5d7d12148764764059243135085e5c9b" }, "neotest-golang": { "branch": "main", "commit": "b521556e440ec833a58d77beca94bacbcb4a754e" }, "neotest-plenary": { "branch": "master", "commit": "dcaf5ed67a9e28a246e9783319e5aa6c9ea1c584" },
M
lua/plugins/lsp/init.lua
@@ -9,9 +9,16 @@ config = true,
dependencies = { "nvim-lspconfig" }, }, { - "folke/neodev.nvim", - config = true, - dependencies = { "nvim-lspconfig" }, + "folke/lazydev.nvim", + ft = "lua", + cmd = "LazyDev", + dependencies = { "nvim-lspconfig", "Bilal2453/luvit-meta" }, + opts = { + library = { + { path = "luvit-meta/library", words = { "vim%.uv" } }, + { path = "lazy.nvim" }, + }, + }, }, { "nvimtools/none-ls.nvim",
M
lua/plugins/mini.lua
@@ -1,4 +1,4 @@
----@type LazySpec[] +---@type LazySpec return { { "echasnovski/mini.bufremove",@@ -15,8 +15,6 @@ },
{ "echasnovski/mini.splitjoin", config = true, - keys = { - { "gS", mode = { "n", "v" } }, - }, + keys = { { "gS", mode = { "n", "v" } } }, }, }
M
lua/plugins/neotest.lua
@@ -26,6 +26,7 @@ "nvim-neotest/neotest-plenary",
"nvim-treesitter", }, ---@type neotest.Config + ---@diagnostic disable-next-line: missing-fields opts = { adapters = function() return {