New plugin and mapping
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
--- @type LazyPluginSpec[]
|
||||
return {
|
||||
{
|
||||
"rachartier/tiny-inline-diagnostic.nvim",
|
||||
event = "LspAttach",
|
||||
config = function()
|
||||
require("tiny-inline-diagnostic").setup()
|
||||
|
||||
vim.diagnostic.config({ virtual_text = false })
|
||||
end,
|
||||
},
|
||||
{
|
||||
"smjonas/inc-rename.nvim",
|
||||
config = true,
|
||||
|
||||
@@ -4,6 +4,8 @@ return {
|
||||
config = function()
|
||||
local transparent = require("transparent")
|
||||
|
||||
vim.keymap.set("n", "<leader>tt", "<cmd>TransparentToggle<CR>", { silent = true, desc = "Toggle transparency" })
|
||||
|
||||
transparent.setup({
|
||||
groups = {
|
||||
"Normal",
|
||||
|
||||
Reference in New Issue
Block a user