neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

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

feat: disable file_icons in fzf-lua

+3
+3
lua/plugins/fzf-lua.lua
··· 1 1 local fzf_lua = require("fzf-lua") 2 2 3 3 fzf_lua.setup({ 4 + defaults = { 5 + file_icons = false, 6 + }, 4 7 winopts = { 5 8 fullscreen = true, 6 9 preview = {