10
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

vim コメントアウトの自動整形機能をOFFにする

Last updated at Posted at 2020-01-30

#はじめに
コメントアウトしてある行で改行すると次の行も自動でコメントアウトされるのが鬱陶しいので

参考

こちらをお読みいただくことをお勧めします!

#方法

.vimrcに追記
" コメントアウト自動整形機能OFF
autocmd FileType * set comments=
10
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?