diff options
| author | Zhineng Li <im@zhineng.li> | 2026-05-28 11:01:02 +0800 |
|---|---|---|
| committer | Zhineng Li <im@zhineng.li> | 2026-05-28 11:01:02 +0800 |
| commit | 59522baede6424f05cf25c76f54a79fd89ee142b (patch) | |
| tree | dca13e680dc29424d4bea6918313551767d902ca /nvim/init.vim | |
| parent | d56598b1f9f8e1c7991bae2ef274e32c7b8bf04a (diff) | |
| download | dotfiles-59522baede6424f05cf25c76f54a79fd89ee142b.tar.gz dotfiles-59522baede6424f05cf25c76f54a79fd89ee142b.zip | |
keep long lines unwrapped
Diffstat (limited to 'nvim/init.vim')
| -rw-r--r-- | nvim/init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/init.vim b/nvim/init.vim index 12fbc30..05d4c8e 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -4,6 +4,9 @@ set clipboard+=unnamedplus " Case-insensitive search set ignorecase +" Keep long lines unwrapped +set nowrap + " Use spaces instead of tabs set expandtab |
