created major large-scale changes

This commit is contained in:
Alex Tavarez
2026-07-12 15:27:58 -04:00
parent e8b29bb8e8
commit e53d6255e0
100 changed files with 4185 additions and 2095 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ set wildmenu
" Make wildmenu behave like similar to Bash completion.
set wildmode=list:longest
{% if vimrc.typed_paths.ignore is defined or vimrc.typed_paths.ignore != None %}
{% if vimrc.typed_paths.ignore is defined and vimrc.typed_paths.ignore != None %}
" There are certain files that we would never want to edit with Vim.
" Wildmenu will ignore files with these extensions.