Attempt to assign leader key in VSCode Neovim

update .gitignore for mac systems
This commit is contained in:
Slayter Teal 2025-06-21 21:07:23 -05:00
parent b1d357d804
commit 342255e050
3 changed files with 14 additions and 0 deletions

View file

@ -1,5 +1,7 @@
print("Loading Neovim Configuration..")
if vim.g.vscode then
-- VSCode extension
print("Loading VSCode Neovim Configuration..")
require 'vscode-init'
else
require 'cli-init'