From a77fb9a2fa2eabecd422edb7ea59209e939db79d Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Sat, 19 Jul 2025 21:42:52 -0400 Subject: reject modernity return to rg fzf jai lsp is too janky for my purposes, just use normal string searching also go vim plugin likes to announce things on launch everytime, it's bit annoying, uninstall for now. --- .config/nvim/lua/plugins.lua | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '.config/nvim/lua/plugins.lua') diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index dc855b9..d9f119a 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -71,7 +71,7 @@ return require('lazy').setup({ -- zig 'ziglang/zig.vim', -- go - 'ray-x/go.nvim', + -- 'ray-x/go.nvim', -- rust 'rust-lang/rust.vim', @@ -138,7 +138,7 @@ return require('lazy').setup({ event = "VeryLazy", opts = { }, - }, + }, { "VonHeikemen/lsp-zero.nvim", branch = "v2.x", @@ -149,4 +149,11 @@ return require('lazy').setup({ vim.g.lsp_zero_extend_lspconfig = 0 end, }, + { + 'rcarriga/nvim-notify', + commit = 'b5825cf9ee881dd8e43309c93374ed5b87b7a896', + opts = { + background_colour = "#000000" + } + }, }) -- cgit v1.2.3-70-g09d2