feat: remove unused plugins, add wakapi

This commit is contained in:
2026-05-30 09:55:23 +02:00
parent 9423b98d5f
commit 1896ba3237
4 changed files with 1 additions and 26 deletions
-7
View File
@@ -1,7 +0,0 @@
return {
"kawre/neotab.nvim",
event = "InsertEnter",
opts = {
tabkey = "",
},
}
-6
View File
@@ -1,6 +0,0 @@
return {
"LintaoAmons/scratch.nvim",
keys = {
{ "<leader><leader>+", ":Scratch<CR>", desc = "Open a scratchpad" }
}
}
+1
View File
@@ -0,0 +1 @@
return { 'wakatime/vim-wakatime', lazy = false }
-13
View File
@@ -1,13 +0,0 @@
return {
-- view buffer w/o distractions
"folke/zen-mode.nvim",
opts = {
window = {
width = 1,
height = 1,
},
},
keys = {
{ "<leader>z", ":ZenMode<CR>", desc = "open current buffer in zen mode" },
},
}