summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/nvim/lua/config/lazy.lua2
-rw-r--r--.config/x11/xresources2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua
index 2e6ad0e..7c3bd3b 100644
--- a/.config/nvim/lua/config/lazy.lua
+++ b/.config/nvim/lua/config/lazy.lua
@@ -22,6 +22,7 @@ vim.g.mapleader = "\\"
vim.g.maplocalleader = "\\"
require('lazy').setup({
+ ui = { icons = { cmd = "", config = "", debug = "", event = "", favorite = "", ft = "", init = "", import = "", keys = "", lazy = "", loaded = "", not_loaded = "", plugin = "", runtime = "", require = "", source = "", start = "", task = "", list = { "", "", "", "", }, }, },
spec = {
{
'windwp/nvim-autopairs',
@@ -119,7 +120,6 @@ require('lazy').setup({
},
{
'ibhagwan/fzf-lua',
- dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
defaults = {
file_icons = false,
diff --git a/.config/x11/xresources b/.config/x11/xresources
index 91a3b6f..af461d9 100644
--- a/.config/x11/xresources
+++ b/.config/x11/xresources
@@ -9,6 +9,6 @@ Xcursor.theme: "Simp1e-Gruvbox-Dark"
Xcursor.size: 18
Nsxiv.window.background: #1d2021
Nsxiv.window.foreground: #ebdbb2
-Nsxiv.bar.font: BlexMono Nerd Font-13
+Nsxiv.bar.font: BlexMono Nerd Font-10
Vncviewer.grabKeyboard: true
Vncviewer.FullScreen: 1