Working on lsp

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-06-12 00:13:14 -05:00
parent cec6b5ba89
commit 42a3ec0172
11 changed files with 127 additions and 25 deletions

View file

@ -40,3 +40,4 @@ vim.opt.incsearch = true
-- split to the right or below always
vim.opt.splitbelow = true
vim.opt.splitright = true