attempt to make hidden files findable in telescope

This commit is contained in:
Paul Trowbridge 2023-04-07 19:59:09 -04:00
parent d0ea9296ac
commit 8a56de017a
1 changed files with 2 additions and 0 deletions

View File

@ -71,3 +71,5 @@ vim.api.nvim_set_keymap('n', '<Left>', '10<C-w><', { silent = true })
vim.cmd('set tabstop=4')
vim.cmd('set shiftwidth=4')
vim.cmd('set expandtab')
vim.o.hidden = true