feat: add .sh file support, leader set to <space>, LSP keybinds cleanup

This commit is contained in:
Jiří Štefka 2024-03-19 01:54:01 +01:00
parent 8f0b088886
commit 45715cccc0
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE
4 changed files with 94 additions and 22 deletions

View file

@ -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