diff --git a/.config/nvim/README.md b/.config/nvim/README.md index ae6c4a9b..7f464126 100644 --- a/.config/nvim/README.md +++ b/.config/nvim/README.md @@ -1,11 +1,14 @@ # 💤 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. 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. diff --git a/.config/nvim/lua/plugins/conform.lua b/.config/nvim/lua/plugins/conform.lua index 08d80193..8dfe170d 100644 --- a/.config/nvim/lua/plugins/conform.lua +++ b/.config/nvim/lua/plugins/conform.lua @@ -21,6 +21,9 @@ return { return #diag > 0 end, }, + prettier = { + prepend_args = { "--prose-wrap", "always" }, + }, }, formatters_by_ft = { ["markdown"] = { "prettier", "markdownlint-cli2", "markdown-toc" },