From e0b3900d8b50b499a5527e0f6d3590649fd4cefb Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Fri, 17 May 2024 09:06:35 +0200 Subject: update of may --- .config/nvim/lua/plugins.lua | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .config/nvim/lua/plugins.lua (limited to '.config/nvim/lua/plugins.lua') diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua deleted file mode 100644 index 505cf76..0000000 --- a/.config/nvim/lua/plugins.lua +++ /dev/null @@ -1,31 +0,0 @@ -return { - "ThePrimeagen/vim-be-good", - { - "rose-pine/neovim", - name = "rose-pine", - config = function() - vim.cmd("colorscheme rose-pine") - end, - }, - "github/copilot.vim", - "nvim-lua/plenary.nvim", - { - "folke/which-key.nvim", - event = "VeryLazy", - init = function() - vim.o.timeout = true - vim.o.timeoutlen = 300 - end, - opts = { - -- your configuration comes here - -- or leave it empty to use the default settings - -- refer to the configuration section below - }, - }, - { - "max397574/better-escape.nvim", - config = function() - require("better_escape").setup() - end, - }, -} -- cgit v1.2.3