Updated config

This commit is contained in:
2025-08-26 11:46:42 +02:00
parent fcb40a52e9
commit 35d6c20abd
17 changed files with 88 additions and 67 deletions

View File

@@ -15,6 +15,7 @@ cmd("SetTheme", function(arg)
local allthemes = themefuncs.get_all_themes()
if vim.tbl_contains(allthemes, themeselected) then
---@diagnostic disable-next-line: param-type-not-match
themefuncs.change_theme(themeselected)
else
vim.notify("Invalid selection", vim.log.levels.ERROR)

View File

@@ -1,3 +1,4 @@
--- @type Maps
local M = {
v = {
["J"] = { ":m '>+1<CR>gv=gv" },