diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-03-20 17:11:49 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-03-20 17:11:49 +0100 |
| commit | f2973977f6205e73ce34d2f0a38dbdb6a7e867ec (patch) | |
| tree | 32ee19c2ee59ae147ec05d9370da5c2f0327420c /lua/pml68/init.lua | |
| parent | feat: add crates.nvim and cmp-path plugins (diff) | |
| download | nvim-f2973977f6205e73ce34d2f0a38dbdb6a7e867ec.tar.gz | |
feat: add readme and some stuff I don't wanna type out
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/pml68/init.lua b/lua/pml68/init.lua index e8b5665..b7d184a 100644 --- a/lua/pml68/init.lua +++ b/lua/pml68/init.lua @@ -12,3 +12,5 @@ vim.opt.tabstop = 2 vim.opt.clipboard = "unnamedplus" vim.opt.termguicolors = true + +vim.opt.whichwrap:append "<>[]hl" |
