AutoYADM commit: 2025-01-08 16:50:04

This commit is contained in:
Daniel Fichtinger 2025-01-08 16:50:04 -05:00
parent d7fee36425
commit ad66af2c6a
2 changed files with 8 additions and 2 deletions

View file

@ -1,11 +1,14 @@
# 💤 FicVim # 💤 FicVim
My personal Neovim configuration based on [LazyVim](https://github.com/LazyVim/LazyVim). My personal Neovim configuration based on
[LazyVim](https://github.com/LazyVim/LazyVim).
Currently I'm using `obsidian.nvim` for note-taking. Currently I'm using `obsidian.nvim` for note-taking.
The colorscheme is a heavily modified version of `noirbuddy.nvim`. The colorscheme is a heavily modified version of `noirbuddy.nvim`.
A note on keybindings: I use Colemak-DH, which is a non-qwerty keyboard layout. I use either `MNEI` or the arrow keys (which is a mod key + `MNEI` on my keyboard) for navigation, depending on a few different factors. A note on keybindings: I use Colemak-DH, which is a non-qwerty keyboard layout.
I use either `MNEI` or the arrow keys (which is a mod key + `MNEI` on my
keyboard) for navigation, depending on a few different factors.
Therefore, some of these bindings may seem weird. Therefore, some of these bindings may seem weird.

View file

@ -21,6 +21,9 @@ return {
return #diag > 0 return #diag > 0
end, end,
}, },
prettier = {
prepend_args = { "--prose-wrap", "always" },
},
}, },
formatters_by_ft = { formatters_by_ft = {
["markdown"] = { "prettier", "markdownlint-cli2", "markdown-toc" }, ["markdown"] = { "prettier", "markdownlint-cli2", "markdown-toc" },