chore: Added CE vim plugin and kitty editted padding
This commit is contained in:
parent
762872da76
commit
d1001eb9ef
3 changed files with 6 additions and 4 deletions
|
@ -5,7 +5,6 @@ abbr -a find fd
|
||||||
abbr -a df duf
|
abbr -a df duf
|
||||||
abbr -a v nvim
|
abbr -a v nvim
|
||||||
abbr -a lg lazygit
|
abbr -a lg lazygit
|
||||||
abbr -a firefox firefox-beta
|
|
||||||
function rm
|
function rm
|
||||||
echo "rm is disabled, use trash instead"
|
echo "rm is disabled, use trash instead"
|
||||||
end
|
end
|
||||||
|
|
|
@ -670,7 +670,7 @@ font_size 14.0
|
||||||
|
|
||||||
#: Terminal bell {{{
|
#: Terminal bell {{{
|
||||||
|
|
||||||
# enable_audio_bell yes
|
enable_audio_bell no
|
||||||
|
|
||||||
#: The audio bell. Useful to disable it in environments that require
|
#: The audio bell. Useful to disable it in environments that require
|
||||||
#: silence.
|
#: silence.
|
||||||
|
@ -784,7 +784,7 @@ font_size 14.0
|
||||||
#: set the vertical and horizontal sides. Three values set top,
|
#: set the vertical and horizontal sides. Three values set top,
|
||||||
#: horizontal and bottom. Four values set top, right, bottom and left.
|
#: 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
|
#: The window padding (in pts) (blank area between the text and the
|
||||||
#: window border). A single value sets all four sides. Two values set
|
#: window border). A single value sets all four sides. Two values set
|
||||||
|
|
|
@ -102,7 +102,10 @@ lazy.setup({
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
-- Rename variable pop up
|
-- Rename variable pop up
|
||||||
-- 'stevearc/dressing.nvim',
|
'stevearc/dressing.nvim',
|
||||||
|
{
|
||||||
|
'krady21/compiler-explorer.nvim'
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
'windwp/nvim-autopairs',
|
'windwp/nvim-autopairs',
|
||||||
|
|
Loading…
Add table
Reference in a new issue