馃 my neovim config:)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(config/ivy/options): do not set `vim.opt.fileencoding`

robin 6c675c20 11de371d

-1
-1
config/lua/ivy/config/options.lua
··· 12 12 }, 13 13 setup = function(props) 14 14 vim.opt.encoding = "utf-8" 15 - vim.opt.fileencoding = "utf-8" 16 15 17 16 vim.opt.title = true 18 17 vim.opt.titlestring = "%f 路 nvim"