Compare commits

..

No commits in common. "e92bba8321c51f678bb7763759bb49fd4494bd16" and "cfe153c47bb69737d6ba8f87af21428bf23ab3a1" have entirely different histories.

3 changed files with 19 additions and 28 deletions

View file

@ -1,6 +1,5 @@
return {
"sphamba/smear-cursor.nvim",
enabled = false,
opts = {
-- Smear cursor when switching buffers or windows.

View file

@ -22,18 +22,13 @@ return {
},
ui = {
position = "topright",
-- position = "cursor",
open_win_override = {
-- title = "i can haz file?",
border = "rounded",
},
preselect_current = true,
},
navigate = {
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",
open_vsplit = "V",
open_split = "X",
},
})
end,

View file

@ -48,9 +48,6 @@ return {
"editorconfig",
"http",
"make",
"toml",
"latex",
"sql",
},
incremental_selection = {
enable = true,