From 5d4bb95508199d12ff14933b14266e6047e7663a Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 1 Sep 2024 14:29:15 +0200 Subject: [PATCH] fish/config.fish: set EDITOR variable. --- fish/config.fish | 2 ++ nvim/lua/user/icons.lua | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/fish/config.fish b/fish/config.fish index 5a62519..382f7b1 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -13,6 +13,8 @@ end fish_add_path $HOME/bin fish_add_path $HOME/.local/bin +set -x EDITOR /usr/local/bin/nvim + # Colors set fish_color_user normal set fish_color_host blue diff --git a/nvim/lua/user/icons.lua b/nvim/lua/user/icons.lua index bae8dd2..01dd131 100644 --- a/nvim/lua/user/icons.lua +++ b/nvim/lua/user/icons.lua @@ -9,6 +9,11 @@ return { separator = "│", edit = "", buffer = "", + whitespace = { + tab = "»", + space = "·", + eol = "" + }, fold = { open = "", close = "",