feat(nvim): enable gobble for silicon.nvim
This commit is contained in:
parent
7bc66d6e17
commit
7f5f3a66f1
@ -778,6 +778,7 @@ lazy.setup({
|
|||||||
pad_vert = 60,
|
pad_vert = 60,
|
||||||
pad_horiz = 40,
|
pad_horiz = 40,
|
||||||
line_number = true,
|
line_number = true,
|
||||||
|
gobble = true,
|
||||||
window_title = function()
|
window_title = function()
|
||||||
local devicons = require("nvim-web-devicons")
|
local devicons = require("nvim-web-devicons")
|
||||||
local icon = devicons.get_icon_by_filetype(vim.bo.filetype)
|
local icon = devicons.get_icon_by_filetype(vim.bo.filetype)
|
||||||
|
Loading…
Reference in New Issue
Block a user