Add LSP and telescope config

This commit is contained in:
2022-07-04 21:44:59 +01:00
parent 8b585ce6cd
commit 878d7869d7
5 changed files with 90 additions and 4 deletions

View File

@ -1,5 +1,5 @@
local keymap = vim.keymap.set
local opts = { silent = true }
local opts = { noremap = true, silent = true }
vim.g.mapleader = ","