Working on lsp

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-06-09 03:50:20 -05:00
parent 764b890c58
commit 2566fbbec4
18 changed files with 293 additions and 110 deletions

View file

@ -1,5 +1,5 @@
-- allow use of system keyboard
vim.opt.clipboard = "unnamedplus"
-- vim.opt.clipboard = "unnamedplus"
-- allow use of mouse
vim.opt.mouse = 'a'