mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: indent fixes and keymaps
This commit is contained in:
parent
4102585363
commit
7883d02176
6 changed files with 75 additions and 60 deletions
6
nvim/lua/utils/telescope.lua
Normal file
6
nvim/lua/utils/telescope.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
local M = {}
|
||||
|
||||
function M.all_files() require("telescope.builtin").find_files({no_ignore=true}) end
|
||||
|
||||
return M
|
||||
Loading…
Add table
Add a link
Reference in a new issue