Compare commits
3 commits
cfe153c47b
...
e92bba8321
| Author | SHA1 | Date | |
|---|---|---|---|
| e92bba8321 | |||
| 267bc441ee | |||
| 1a5d5bc4a0 |
3 changed files with 28 additions and 19 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"sphamba/smear-cursor.nvim",
|
"sphamba/smear-cursor.nvim",
|
||||||
|
enabled = false,
|
||||||
|
|
||||||
opts = {
|
opts = {
|
||||||
-- Smear cursor when switching buffers or windows.
|
-- Smear cursor when switching buffers or windows.
|
||||||
|
|
|
||||||
|
|
@ -22,13 +22,18 @@ return {
|
||||||
},
|
},
|
||||||
ui = {
|
ui = {
|
||||||
position = "topright",
|
position = "topright",
|
||||||
|
-- position = "cursor",
|
||||||
|
open_win_override = {
|
||||||
|
-- title = "i can haz file?",
|
||||||
|
border = "rounded",
|
||||||
|
},
|
||||||
|
preselect_current = true,
|
||||||
},
|
},
|
||||||
navigate = {
|
navigate = {
|
||||||
cancel_snipe = "q",
|
cancel_snipe = "q",
|
||||||
-- Close the buffer under the cursor
|
|
||||||
-- PR not merged yet: https://github.com/leath-dub/snipe.nvim/pull/13
|
|
||||||
-- NOTE: Make sure you don't use the character below on your dictionary
|
|
||||||
close_buffer = "d",
|
close_buffer = "d",
|
||||||
|
open_vsplit = "V",
|
||||||
|
open_split = "X",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,9 @@ return {
|
||||||
"editorconfig",
|
"editorconfig",
|
||||||
"http",
|
"http",
|
||||||
"make",
|
"make",
|
||||||
|
"toml",
|
||||||
|
"latex",
|
||||||
|
"sql",
|
||||||
},
|
},
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue