Refactor nvim packer configuration

This commit is contained in:
Marko Korhonen 2022-08-22 14:57:24 +03:00
parent 3138316af8
commit 1b277bf887
11 changed files with 31 additions and 24 deletions

View file

@ -1,4 +0,0 @@
local telescope = require('telescope')
telescope.setup {}
telescope.load_extension('fzf')
telescope.load_extension('ui-select')