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
additions = {
{'Foo', 'Bar'},
{'tic', 'tac', 'toe'},
{'light', 'dark'},
{'phaseOne', 'phaseTwo', 'phaseThree'},

View File

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

View File

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