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,16 @@
-- VSCode Specific Neovim configuration
-- * Custom Keybings * --
-- local keymap = vim.keymap.set
-- local opts = { nmap = true, silent = true }
-- Remap leader key
-- keymap("n", "<Space>", "", opts)
vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- * VSCode Neovim Configuration
vim.g.have_nerd_font = true
-- Sync clipboard between OS and Neovim.