diff --git a/.config/fish/myfunctions/replacements.fish b/.config/fish/myfunctions/replacements.fish index fcfbba4..35fd08f 100644 --- a/.config/fish/myfunctions/replacements.fish +++ b/.config/fish/myfunctions/replacements.fish @@ -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 diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 2836b18..41f8f54 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -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 diff --git a/.config/nvim/lua/plugins/lazy.lua b/.config/nvim/lua/plugins/lazy.lua index 05b35b3..2559314 100644 --- a/.config/nvim/lua/plugins/lazy.lua +++ b/.config/nvim/lua/plugins/lazy.lua @@ -102,7 +102,10 @@ lazy.setup({ end }, -- Rename variable pop up - -- 'stevearc/dressing.nvim', + 'stevearc/dressing.nvim', + { + 'krady21/compiler-explorer.nvim' + }, { 'windwp/nvim-autopairs',