From 84713ed55448c3fae9f8666c23ef12375f5fec9e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?= Date: Thu, 20 Nov 2025 10:56:57 +0100 Subject: [PATCH] make easy align work in comments and strings as well --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index 109e2c7..147dea3 100644 --- a/init.vim +++ b/init.vim @@ -107,6 +107,7 @@ nnoremap :Vista!! nnoremap :%s/\C\<\>/ nmap ga (EasyAlign) +let g:easy_align_ignore_groups = [] command Vr tabedit ~/.config/nvim/init.vim command Vt execute "tabedit ~/.config/nvim/ftplugin/" . &filetype . ".vim" -- 2.51.2