diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-16 23:03:48 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-16 23:03:48 +0200 |
| commit | 79849274c9ee3769f3ba3e01de8bbdad005471a6 (patch) | |
| tree | 8db1e1e62a3b5eaf0eb4095a1d19c36360faa71a /lua/pml68 | |
| parent | feat: add auto-indent remap, treesitter as code fold source (diff) | |
| download | nvim-79849274c9ee3769f3ba3e01de8bbdad005471a6.tar.gz | |
feat, docs: remove nvim-silicon plugin (I don't use it)
Diffstat (limited to '')
| -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", |
