This commit is contained in:
Bryan Ramos 2023-06-11 19:24:24 -04:00
parent 51f32c5166
commit f630724532
3 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
-- Autocmds are automatically loaded on the VeryLazy event
-- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua
-- Add any additional autocmds here
--
vim.cmd([[highlight Normal guibg=NONE ctermbg=NONE]])
local lsp = require("lsp-zero").preset({})