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 v nvim
|
||||
abbr -a lg lazygit
|
||||
abbr -a firefox firefox-beta
|
||||
function rm
|
||||
echo "rm is disabled, use trash instead"
|
||||
end
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -102,7 +102,10 @@ lazy.setup({
|
|||
end
|
||||
},
|
||||
-- Rename variable pop up
|
||||
-- 'stevearc/dressing.nvim',
|
||||
'stevearc/dressing.nvim',
|
||||
{
|
||||
'krady21/compiler-explorer.nvim'
|
||||
},
|
||||
|
||||
{
|
||||
'windwp/nvim-autopairs',
|
||||
|
|
Loading…
Add table
Reference in a new issue