default js/ts and python setup
This commit is contained in:
parent
f764b7bacd
commit
af466b6df8
12 changed files with 165 additions and 5 deletions
9
lua/custom/plugins/fzf.lua
Normal file
9
lua/custom/plugins/fzf.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"ibhagwan/fzf-lua",
|
||||
-- optional for icon support
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
config = function()
|
||||
-- calling `setup` is optional for customization
|
||||
require("fzf-lua").setup({})
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue