Commit graph

11 commits

Author SHA1 Message Date
92418f9ec9 [nvim] Make colors a proper module and call .init() from init.lua 2024-06-25 10:09:26 -07:00
e779607c5f [neovim] Add .vim in a top level of a git repo to runtimepath if it exists 2023-09-10 15:40:52 -07:00
e2e47d79fa [vim] Fix up ensureMetadataDirectories function 2023-08-23 16:19:44 -07:00
4a0fa054d8 [nvim] Iterate through the entries in each vim.opt table and create directories that should exist 2023-03-28 10:53:23 -07:00
eeeb516897 [nvim] Fix the merge conflicts (again) in the nvim config files 2023-03-22 14:35:47 -07:00
24229b0711 [nvim] Fix the editor metadata settings, again, for hopefully the last time 2023-03-21 10:32:26 -07:00
19cf305d2b [nvim] Add a new colors Lua module that deals with colors
it provides a single reloadColorscheme function that applies the colorscheme and
a few of my own customizations.
2023-03-20 13:49:32 -07:00
3a3b73a915 [vim] Ensure backup, swap, and undo directories exist so those state files are placed correctly 2023-03-20 10:09:44 -07:00
5ad761678a [vim] Move plugin management to vim-plug and .vim/plugins.vim 2023-03-20 08:42:39 -07:00
833c4c8a6f [vim] Add ensureMetadataDirectoriesExist() and call it
This function creates backup, undo, and swap directories if they do not already exist
2022-11-16 08:58:07 -08:00
8262907b64 [nvim] Convert init.vim to init.lua and copy over a bit of the vimrc config to some lua scripts
This is neat!
2022-10-20 08:18:40 -07:00