From 5e18d5d2328573263570029d5e079f384913fbd5 Mon Sep 17 00:00:00 2001 From: wholteza Date: Sun, 15 Mar 2026 15:54:18 +0100 Subject: [PATCH] Fixing formatting --- src/notes/10-neovim-0.12-configuration/note.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/notes/10-neovim-0.12-configuration/note.md b/src/notes/10-neovim-0.12-configuration/note.md index 49f176d..c800f90 100644 --- a/src/notes/10-neovim-0.12-configuration/note.md +++ b/src/notes/10-neovim-0.12-configuration/note.md @@ -29,11 +29,11 @@ I wiped my current 0.11 configuration and started fresh with this new package ma - Notifications: 🆕[nvim-mini/mini.notify](https://github.com/nvim-mini/mini.notify) - Quality of life: - [nvim-mini/mini.pairs](https://github.com/nvim-mini/mini.pairs) - - Auto create pairs when you type {}, [], () etc. + - Auto create pairs when you type {}, [], () etc. - [folke/which-key.nvim](https://github.com/folke/which-key.nvim) - - Shows a popup menu of keybindings when pressing leader. + - Shows a popup menu of keybindings when pressing leader. - [folke/todo-comments.nvim](https://github.com/folke/todo-comments.nvim) - - Highlights comments starting with TODO: WARNING: ERROR: etc. + - Highlights comments starting with TODO: WARNING: ERROR: etc. - Language support: - Easier installation of language servers and dependencies. - [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)