1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim: remove some comments and fixing trailing spaces

This commit is contained in:
Henrik Hautakoski 2024-08-26 18:47:57 +02:00
parent 88454b931c
commit b81cbae374
3 changed files with 1 additions and 11 deletions

View file

@ -1,4 +1,4 @@
local M = {}
function M.all_files() require("telescope.builtin").find_files({no_ignore=true, prompt_title = "Find All Files"}) end