mirror of
https://github.com/JuLi0n21/kickstart.nvim.git
synced 2026-04-19 16:00:07 +00:00
transparent bg
This commit is contained in:
4
init.lua
4
init.lua
@@ -850,6 +850,8 @@ require('lazy').setup({
|
||||
|
||||
-- You can configure highlights by doing something like:
|
||||
vim.cmd.hi 'Comment gui=none'
|
||||
vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
|
||||
vim.api.nvim_set_hl(0, 'NormalFloat', { bg = 'none' })
|
||||
end,
|
||||
},
|
||||
|
||||
@@ -974,7 +976,7 @@ require('lazy').setup({
|
||||
harpoon:list():next()
|
||||
end)
|
||||
|
||||
vim.keymap.set('n', 'T', function()
|
||||
vim.keymap.set('n', 'C-e', function()
|
||||
toggle_telescope(harpoon:list())
|
||||
end, { desc = 'Open harpoon window' })
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user