From e1b21ad07733f2b8938d7413daa5a3bf1dbd0752 Mon Sep 17 00:00:00 2001 From: Max Bossing Date: Thu, 24 Jul 2025 12:04:02 +0200 Subject: refactor: plugin reformatting --- nvim/lua/plugins.lua | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index e863099..ba92221 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -74,22 +74,18 @@ require("lazy").setup({ end, }, + -- Rust LSP { 'mrcjkb/rustaceanvim', version = '^6', -- Recommended lazy = false, -- This plugin is already lazy }, - {"hrsh7th/nvim-cmp"}, - {"hrsh7th/cmp-buffer"}, - {"hrsh7th/cmp-path"}, - {"hrsh7th/cmp-nvim-lsp"}, - {"hrsh7th/cmp-nvim-lua"}, - - { - "ray-x/lsp_signature.nvim", - event = InsertEnter - }, - + -- Completion + "hrsh7th/nvim-cmp", + "hrsh7th/cmp-buffer", + "hrsh7th/cmp-path", + "hrsh7th/cmp-nvim-lsp", + "hrsh7th/cmp-nvim-lua", }) -- cgit v1.0