basic nvim config

This commit is contained in:
Robert Perce 2026-01-29 22:53:35 -06:00
parent b94d005363
commit 87f5dfcdf8
3 changed files with 48 additions and 1 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
blue="\[\e[38;5;50m\]"
rst="\[\e0m\]"
rst="\[\e[0m\]"
PS1="╭╢$blue\w$rst\n╰╼ "
function conf() {