We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d530dfc commit 7fc4244Copy full SHA for 7fc4244
2 files changed
tools/config.toml
@@ -1,6 +1,7 @@
1
-theme = "vim_dark_high_contrast"
+# theme = "vim_dark_high_contrast"
2
# theme = "github_dark_high_contrast"
3
# theme = "everforest_dark"
4
+theme = "github_dark_dimmed"
5
# theme = "acme"
6
# theme = "jellybeans"
7
# theme = "molokai"
@@ -21,3 +22,6 @@ lsp.display-inlay-hints = true
21
22
23
[editor.inline-diagnostics]
24
cursor-line = "hint"
25
+
26
+[editor.soft-wrap]
27
+enable = true
tools/vimrc
@@ -55,6 +55,7 @@ Plug 'sheerun/vim-polyglot'
55
Plug 'vimwiki/vimwiki'
56
Plug 'farmergreg/vim-lastplace'
57
Plug 'chrisbra/csv.vim'
58
+Plug 'preservim/vim-pencil'
59
" coq_nvim - https://github.com/ms-jpq/coq_nvim
60
61
" Vim-Plug end
0 commit comments