Compare commits

...

2 Commits

Author SHA1 Message Date
Vitor Gonçalves 912358ac43
revert nvim: neovide 2024-02-18 12:46:28 -03:00
Vitor Gonçalves 2728acb5fe
zsh: remove VISUAL
it was not working and idk, neovide seems cringe
2024-02-18 12:45:53 -03:00
2 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,4 @@
local opt = vim.opt
local gv = vim.g
-- tabs
opt.tabstop = 4
@ -30,9 +29,3 @@ opt.splitbelow = true
opt.foldlevel = 99
opt.conceallevel = 2
if vim.g.neovide then
opt.guifont = "JetBrainsMono Nerd Font Mono:h14"
gv.neovide_scale_factor = 0.08
gv.neovide_transparency = 0.8
end

View File

@ -4,7 +4,6 @@ export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
export PATH="$PATH:$HOME/.local/bin"
export EDITOR="nvim"
export VISUAL="neovide"
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
export HISTFILE="$XDG_STATE_HOME/bash/history"