many updates

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-04-13 02:36:10 -05:00
parent f72e630f19
commit 0d35cfb65d
9 changed files with 92 additions and 74 deletions

View file

@ -1,3 +1,10 @@
vim.cmd([[
augroup FileType_http
au!
au BufNewFile,BufRead *.http setfiletype http
augroup END
]])
return {
colorscheme = "material",
lsp = {