Skip to content

Commit

Permalink
Nix環境下でencodingがlatin1になることあるので潰す
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuote committed Sep 28, 2024
1 parent 2b84d89 commit 412edb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/rc/opt.vim
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ set notimeout

" tabを閉じた際に開く前の方向に戻っていく
set tabclose=left

" たまーに判定に失敗する環境があって面倒
" システム側のロケール情報読めないとだめそう
set encoding=utf-8

0 comments on commit 412edb6

Please sign in to comment.