changed some default values, and added transperancy
This commit is contained in:
parent
93ce0fa005
commit
257a9e465d
4
init.lua
4
init.lua
@ -237,6 +237,7 @@ require('lazy').setup({
|
|||||||
'ThePrimeagen/harpoon',
|
'ThePrimeagen/harpoon',
|
||||||
'neoclide/coc.nvim',
|
'neoclide/coc.nvim',
|
||||||
'junegunn/fzf',
|
'junegunn/fzf',
|
||||||
|
'xiyaowong/transparent.nvim',
|
||||||
|
|
||||||
-- NOTE: Plugins can also be added by using a table,
|
-- NOTE: Plugins can also be added by using a table,
|
||||||
-- with the first argument being the link and the following
|
-- 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`
|
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||||
-- vim: ts=2 sts=2 sw=2 et
|
-- vim: ts=2 sts=2 sw=2 et
|
||||||
|
|
||||||
|
vim.opt.tabstop = 4
|
||||||
|
vim.opt.shiftwidth = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user