many updates
This commit is contained in:
parent
f72e630f19
commit
0d35cfb65d
9 changed files with 92 additions and 74 deletions
7
init.lua
7
init.lua
|
@ -1,3 +1,10 @@
|
|||
vim.cmd([[
|
||||
augroup FileType_http
|
||||
au!
|
||||
au BufNewFile,BufRead *.http setfiletype http
|
||||
augroup END
|
||||
]])
|
||||
|
||||
return {
|
||||
colorscheme = "material",
|
||||
lsp = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue