WIP: Switch to NixOS #5

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

View file

@ -4,7 +4,7 @@ return function()
telescope.setup({ telescope.setup({
defaults = { path_display = { "smart" } }, defaults = { path_display = { "smart" } },
pickers = { find_files = { find_command = { "fd", "-Ht", "f" } } }, pickers = { find_files = { find_command = { "fd", "-Ht", "f" } }, lsp_references = { show_line = false } },
}) })
telescope.load_extension("fzf") telescope.load_extension("fzf")