diff --git a/.config/nvim/lua/blake/settings.lua b/.config/nvim/lua/blake/settings.lua index 2a415ca..4904d03 100644 --- a/.config/nvim/lua/blake/settings.lua +++ b/.config/nvim/lua/blake/settings.lua @@ -1,4 +1,3 @@ --- TODO: translate this to lua local set = vim.o -- Settings @@ -172,3 +171,4 @@ vim.cmd [[ endfunction ]] +-- vim: nospell diff --git a/.config/shell/env b/.config/shell/env index bdc8774..598f80a 100644 --- a/.config/shell/env +++ b/.config/shell/env @@ -50,6 +50,6 @@ export P10K_CONFIG_LOCATION="$SHELL_CONFIG_DIR/p10k/current" ### Directory and file quick access ### ########################################### SCD="$SHELL_CONFIG_DIR" -DOCS="/home/blake/Documents/docs/" +DD="/home/blake/Documents/docs/" # vim:fdm=marker:fmr=>>>,<<<:et:ft=sh:sw=3