Compare commits

...

3 Commits

Author SHA1 Message Date
David JULIEN 67adad0fa3
Merge branch 'dev' into mercury
mail: fix neomuttrc.template
nvim: show textwidth column
2023-01-09 21:29:40 +01:00
David JULIEN 486c1b70ab [nvim] feat: display textwidth column 2023-01-09 18:03:35 +01:00
David JULIEN baf9b8ed69 [mail] fix: remove last line of neomutt config
was an artifact
2023-01-09 15:12:17 +01:00
3 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,3 @@ alternative_order text/plain text/enriched text/html
source $XDG_CONFIG_HOME/neomutt/maps
source $XDG_CONFIG_HOME/neomutt/colors
source $XDG_CONFIG_HOME/neomutt/accounts/account_template.muttrc
$XDG_CONFIG_HOME/neomutt/accounts/account_template.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to email@address.you

View File

@ -25,6 +25,7 @@ opt.scrolloff = 4
opt.termguicolors = true
opt.background = "dark"
opt.cursorline = true
opt.colorcolumn = "+1"
opt.shortmess = opt.shortmess:append { c = true }
opt.number = true
opt.relativenumber = true

@ -1 +1 @@
Subproject commit ab28bc593b1e6e6a37d7ee4582f8aa1bac8f1ca6
Subproject commit 8139cd14f0c64e3f0128880dc998005d3e63e122