1
0

Made config vaguely work on Windows

Added dots.bat script for installing and pulling
Added clink config for cmd
Removed auto-split on start in nvim
Added guifont in nvim
Added workaround for shellpipe in nvim
This commit is contained in:
2025-09-27 21:52:48 +01:00
parent eaf6d47bf8
commit a184195a29
4 changed files with 55 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
-- Load starship
load(io.popen('starship init cmd'):read("*a"))()