Merge branch 'main' into teutat3s

This commit is contained in:
teutat3s 2022-04-30 18:14:55 +02:00
commit 89d9611e5e
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 4 additions and 2 deletions

View file

@ -220,8 +220,6 @@ for type, icon in pairs(signs) do
end
EOF
"autocmd CursorHold * lua vim.diagnostic.open_float(nil, { focus = false, scope = "cursor" })
" have a fixed column for the diagnostics to appear in
" this removes the jitter when warnings/errors flow in
set signcolumn=yes:2

View file

@ -84,6 +84,10 @@ in
stty -ixon
stty erase '^?'
precmd () {
echo -e "\e]2;$(pwd)\e\\"
}
# If a command is not found, show me where it is
source ${pkgs.nix-index}/etc/profile.d/command-not-found.sh
''