This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat: remove cursor line option
master
Tovi Jaeschke-Rogers
6 months ago
parent
4a839dd82d
commit
ee50c69dad
2 changed files
with
0 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
.config/nvim/lua/tovi/core/options.lua
+0
-11
.config/nvim/lua/tovi/plugins/retrospect.lua
+ 0
- 4
.config/nvim/lua/tovi/core/options.lua
View File
@ -37,11 +37,7 @@ vim.opt.colorcolumn = "80"
vim.opt
.
formatoptions
=
'
tqj
'
vim.cmd
[[let g:pdv_cfg_autoEndFunction = 0]]
vim.opt
.
splitbelow
=
true
vim.opt
.
splitright
=
true
vim.opt
.
termguicolors
=
true
vim.opt
.
cursorline
=
true
+ 0
- 11
.config/nvim/lua/tovi/plugins/retrospect.lua
View File
@ -1,11 +0,0 @@
return
{
"
mrquantumcodes/retrospect.nvim
"
,
config
=
function
(
)
local
retrospect
=
require
(
'
retrospect
'
)
retrospect.setup
(
{
saveKey
=
"
<leader>
\\
"
,
loadKey
=
"
<leader><BS>
"
,
style
=
"
default
"
,
}
)
end
}
Write
Preview
Loading…
Cancel
Save