Nvim: disable silicon

This commit is contained in:
Robert Kmieć
2023-05-23 11:41:24 +02:00
parent ebfb84e7fe
commit c4a1e560ed
3 changed files with 8 additions and 10 deletions

View File

@@ -8,7 +8,6 @@ return {
}, },
-- User defined loops -- User defined loops
additions = { additions = {
{'Foo', 'Bar'},
{'tic', 'tac', 'toe'}, {'tic', 'tac', 'toe'},
{'light', 'dark'}, {'light', 'dark'},
{'phaseOne', 'phaseTwo', 'phaseThree'}, {'phaseOne', 'phaseTwo', 'phaseThree'},

View File

@@ -122,14 +122,14 @@ return {{
--"rgroli/other.nvim", " Currently doesn't support C/C++ --"rgroli/other.nvim", " Currently doesn't support C/C++
--"smolovk/projector.nvim", --"smolovk/projector.nvim",
"Pocco81/true-zen.nvim", "Pocco81/true-zen.nvim",
{'krivahtoo/silicon.nvim', build = './install.sh', -- {'krivahtoo/silicon.nvim', build = './install.sh',
config = function() -- config = function()
require('silicon').setup({ -- require('silicon').setup({
font = 'DaddyTimeMono Nerd Font=16', -- font = 'DaddyTimeMono Nerd Font=16',
theme = 'Monokai Extended', -- theme = 'Monokai Extended',
}) -- })
end -- end
}, -- },
"nullchilly/fsread.nvim", "nullchilly/fsread.nvim",
"ziontee113/icon-picker.nvim", "ziontee113/icon-picker.nvim",
"cbochs/grapple.nvim", "cbochs/grapple.nvim",

View File

@@ -11,7 +11,6 @@ return {
require'nvim-tree'.setup { require'nvim-tree'.setup {
disable_netrw = true, disable_netrw = true,
hijack_netrw = true, hijack_netrw = true,
ignore_ft_on_setup = {},
open_on_tab = false, open_on_tab = false,
hijack_cursor = true, hijack_cursor = true,
update_cwd = false, update_cwd = false,