From 79849274c9ee3769f3ba3e01de8bbdad005471a6 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Apr 2024 23:03:48 +0200 Subject: feat, docs: remove nvim-silicon plugin (I don't use it) --- lua/pml68/plugins.lua | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'lua') diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 07f2e4c..2f8cd73 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -200,23 +200,6 @@ local plugins = { "stevearc/dressing.nvim", event = "VeryLazy", }, - { - "michaelrommel/nvim-silicon", - lazy = true, - cmd = "Silicon", - config = function() - require("silicon").setup({ - font = "JetBrainsMono Nerd Font=34;Noto Color Emoji=34", - theme = "Palenight", - background = "#1e1e2e", - window_title = function() - return vim.fn.fnamemodify( - vim.api.nvim_buf_get_name(vim.api.nvim_get_current_buf()), ":t" - ) - end - }) - end - }, -- Formatting { "nvimdev/guard.nvim", -- cgit v1.2.3