Nvim: disable silicon
This commit is contained in:
@@ -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'},
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user