feat: add .sh file support, leader set to <space>, LSP keybinds cleanup
This commit is contained in:
parent
8f0b088886
commit
45715cccc0
4 changed files with 94 additions and 22 deletions
nvim
|
@ -4,7 +4,7 @@ local opt = vim.o
|
|||
local g = vim.g
|
||||
|
||||
-- <leader> key. Defaults to `\`. Some people prefer space.
|
||||
-- g.mapleader = ' '
|
||||
g.mapleader = ' '
|
||||
-- g.maplocalleader = ' '
|
||||
|
||||
opt.compatible = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue