mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
ref(nvim): formatted files
This commit is contained in:
parent
7bbf5ee03b
commit
c1bbfff700
16 changed files with 45 additions and 301 deletions
|
|
@ -13,7 +13,7 @@ telescope.setup {
|
|||
}
|
||||
|
||||
-- Enable telescope fzf native, if installed
|
||||
pcall(require('telescope').load_extension, 'fzf')
|
||||
pcall(require "telescope".load_extension, 'fzf')
|
||||
|
||||
local builtin = require "telescope.builtin"
|
||||
vim.keymap.set('n', '<leader>?', builtin.oldfiles, { desc = '[?] Find recently opened files' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue