diff options
Diffstat (limited to 'lua/pml68/plugins.lua')
| -rw-r--r-- | lua/pml68/plugins.lua | 17 |
1 files changed, 0 insertions, 17 deletions
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", |
