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