From 75e563d90460392124fb59af48161f1ec0282338 Mon Sep 17 00:00:00 2001 From: Hendrik Brinkmann Date: Thu, 27 Mar 2025 09:31:34 +0100 Subject: [PATCH] add plugins --- init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index cbf9ff65..44e3761a 100644 --- a/init.lua +++ b/init.lua @@ -240,7 +240,7 @@ vim.opt.rtp:prepend(lazypath) require('lazy').setup({ -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically - + 'ThePrimeagen/vim-be-good', -- NOTE: Plugins can also be added by using a table, -- with the first argument being the link and the following -- keys can be used to configure plugin behavior/loading/etc. @@ -670,8 +670,8 @@ require('lazy').setup({ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { -- clangd = {}, - -- gopls = {}, - -- pyright = {}, + gopls = {}, + pyright = {}, -- rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs --