Add screenkey

This commit is contained in:
2024-12-19 08:58:04 +01:00
parent 4aa297662c
commit af28c12ea7
3 changed files with 69 additions and 1 deletions

View File

@@ -50,6 +50,9 @@ vim.g.gitblame_date_format = "%r"
-- Floating terminal
vim.keymap.set("n", "<C-t>", ":FloatermNew --height=0.9 --width=0.9 --wintype=float --name=terminal <CR>")
-- Key plugin
require("screenkeyconfig")
-- Set default colorscheme
-- vim.cmd("colo vim-monokai-tasty")
vim.cmd("colo sonokai")