changed some default values, and added transperancy

This commit is contained in:
Samuel Walker 2024-04-23 17:18:24 -06:00
parent 93ce0fa005
commit 257a9e465d

View File

@ -237,6 +237,7 @@ require('lazy').setup({
'ThePrimeagen/harpoon',
'neoclide/coc.nvim',
'junegunn/fzf',
'xiyaowong/transparent.nvim',
-- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following
@ -920,3 +921,6 @@ require('lazy').setup({
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4