From: Philippe Hürlimann Date: Thu, 20 Nov 2025 09:56:57 +0000 (+0100) Subject: make easy align work in comments and strings as well X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=84713ed55448c3fae9f8666c23ef12375f5fec9e;p=vimfiles.git make easy align work in comments and strings as well --- 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"