aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-04-16 23:03:48 +0200
committerpml68 <tutorialmester@gmail.com>2024-04-16 23:03:48 +0200
commit79849274c9ee3769f3ba3e01de8bbdad005471a6 (patch)
tree8db1e1e62a3b5eaf0eb4095a1d19c36360faa71a /lua/pml68
parentfeat: add auto-indent remap, treesitter as code fold source (diff)
downloadnvim-79849274c9ee3769f3ba3e01de8bbdad005471a6.tar.gz
feat, docs: remove nvim-silicon plugin (I don't use it)
Diffstat (limited to '')
-rw-r--r--lua/pml68/plugins.lua17
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",