Add mail client to nvim

This commit is contained in:
2025-03-18 11:01:38 +01:00
parent 339d5b1197
commit ae06236c2c
4 changed files with 51 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ return {
"f-person/git-blame.nvim",
"dstein64/vim-startuptime",
"NStefan002/screenkey.nvim",
"hiphish/rainbow-delimiters.nvim",
-- Themes
"folke/tokyonight.nvim",
@@ -91,4 +92,7 @@ return {
-- Plugins to test
"https://git.nickr.eu/yannickreiss/nvim-macrotool.git",
-- E-Mail client and office setup
"soywod/iris.vim",
}