Attempt to assign leader key in VSCode Neovim
update .gitignore for mac systems
This commit is contained in:
parent
b1d357d804
commit
342255e050
3 changed files with 14 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue