feat: kitty instead of alacritty -> pictures

This commit is contained in:
Fabio Lenherr / DashieTM 2023-01-05 03:57:49 +01:00
parent fb16eec496
commit f3a0d0d35f
11 changed files with 278 additions and 64 deletions

View file

@ -23,11 +23,16 @@ local options = {
syntax = "off",
spelllang = "en_us",
mousemodel = "popup_setpos",
shell = "/usr/bin/zsh"
}
vim.g.mkdp_browser = '/usr/bin/firefox'
vim.g.mkdp_auto_start = 1
-- space leader
vim.g.mapleader = " "
vim.keymap.set("n", "<Space>", "<Nop>", { silent = true, noremap = false })
for k, v in pairs(options) do
vim.opt[k] = v
end