feat: ✨ add new dotfiles
This commit is contained in:
parent
7a5975bb81
commit
e8bfb35161
34 changed files with 1474 additions and 0 deletions
26
.config/nvim/lua/plugins/fzf-lua.lua
Normal file
26
.config/nvim/lua/plugins/fzf-lua.lua
Normal file
|
@ -0,0 +1,26 @@
|
|||
return {
|
||||
"ibhagwan/fzf-lua",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
opts = {
|
||||
"skim",
|
||||
fzf_opts = {
|
||||
["--wrap"] = true,
|
||||
|
||||
}
|
||||
},
|
||||
config = function()
|
||||
require("fzf-lua").setup({
|
||||
diagnostics = {
|
||||
multiline = true,
|
||||
fzf_opts = {
|
||||
["--wrap"] = true,
|
||||
},
|
||||
},
|
||||
winopts = {
|
||||
preview = {
|
||||
layout = "vertical",
|
||||
}
|
||||
}
|
||||
})
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue