forked from pub-solar/os
Merge branch 'main' into teutat3s
This commit is contained in:
commit
89d9611e5e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue