WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 794e1b9d5c - Show all commits

View file

@ -3,8 +3,10 @@ return function()
local builtin = require("telescope.builtin") local builtin = require("telescope.builtin")
telescope.setup({ telescope.setup({
defaults = { path_display = { "smart" } }, pickers = {
pickers = { find_files = { find_command = { "fd", "-Ht", "f" } }, lsp_references = { show_line = false } }, find_files = { find_command = { "fd", "-Ht", "f" } },
lsp_references = { show_line = false },
},
}) })
telescope.load_extension("fzf") telescope.load_extension("fzf")