default js/ts and python setup

This commit is contained in:
Levente Gal 2024-03-06 14:50:14 +02:00
parent f764b7bacd
commit af466b6df8
12 changed files with 165 additions and 5 deletions

View 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
}