Nvim: add missing files for various plugins

This commit is contained in:
Robert Kmieć
2023-08-17 23:43:39 +02:00
parent 0db7f3a9c2
commit 89b4343ca1
10 changed files with 274 additions and 86 deletions

View File

@@ -51,15 +51,28 @@ return {
timeout = 500,
},
view = {
centralize_selection = false,
cursorline = true,
debounce_delay = 15,
width = 35,
side = 'left',
mappings = {
custom_only = false,
list = {}
},
hide_root_folder = false,
side = "left",
preserve_window_proportions = false,
number = false,
relativenumber = false,
signcolumn = "no"
signcolumn = "no",
float = {
enable = false,
quit_on_focus_loss = true,
open_win_config = {
relative = "editor",
border = "rounded",
width = 30,
height = 30,
row = 1,
col = 1,
},
},
},
trash = {
cmd = "trash",