Skip to content

Commit 7fc4244

Browse files
committed
softwrap stuff
1 parent d530dfc commit 7fc4244

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

tools/config.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
theme = "vim_dark_high_contrast"
1+
# theme = "vim_dark_high_contrast"
22
# theme = "github_dark_high_contrast"
33
# theme = "everforest_dark"
4+
theme = "github_dark_dimmed"
45
# theme = "acme"
56
# theme = "jellybeans"
67
# theme = "molokai"
@@ -21,3 +22,6 @@ lsp.display-inlay-hints = true
2122

2223
[editor.inline-diagnostics]
2324
cursor-line = "hint"
25+
26+
[editor.soft-wrap]
27+
enable = true

tools/vimrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Plug 'sheerun/vim-polyglot'
5555
Plug 'vimwiki/vimwiki'
5656
Plug 'farmergreg/vim-lastplace'
5757
Plug 'chrisbra/csv.vim'
58+
Plug 'preservim/vim-pencil'
5859
" coq_nvim - https://github.com/ms-jpq/coq_nvim
5960

6061
" Vim-Plug end

0 commit comments

Comments
 (0)