Skip to content

Commit

Permalink
nvim: Set nowrap and nolist
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Jul 16, 2024
1 parent f90adf5 commit 0f9a590
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ set signcolumn=yes
set splitbelow
set splitright
set mouse=
set nowrap
set nolist


" Cred: https://www.reddit.com/r/neovim/comments/fyj7mp/comment/fn0ut6o/
let s:winclip = '/mnt/c/Windows/System32/clip.exe'
Expand Down

0 comments on commit 0f9a590

Please sign in to comment.