chore: Added CE vim plugin and kitty editted padding

This commit is contained in:
Afonso Franco 2023-09-20 12:03:25 +01:00
parent 762872da76
commit d1001eb9ef
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
3 changed files with 6 additions and 4 deletions

View file

@ -5,7 +5,6 @@ abbr -a find fd
abbr -a df duf
abbr -a v nvim
abbr -a lg lazygit
abbr -a firefox firefox-beta
function rm
echo "rm is disabled, use trash instead"
end

View file

@ -670,7 +670,7 @@ font_size 14.0
#: Terminal bell {{{
# enable_audio_bell yes
enable_audio_bell no
#: The audio bell. Useful to disable it in environments that require
#: silence.
@ -784,7 +784,7 @@ font_size 14.0
#: set the vertical and horizontal sides. Three values set top,
#: horizontal and bottom. Four values set top, right, bottom and left.
# window_padding_width 0
window_padding_width 6
#: The window padding (in pts) (blank area between the text and the
#: window border). A single value sets all four sides. Two values set

View file

@ -102,7 +102,10 @@ lazy.setup({
end
},
-- Rename variable pop up
-- 'stevearc/dressing.nvim',
'stevearc/dressing.nvim',
{
'krady21/compiler-explorer.nvim'
},
{
'windwp/nvim-autopairs',