Ran luaformat on all neovim files, removed unneeded files
This commit is contained in:
parent
df03e639b7
commit
315f2a817f
11 changed files with 277 additions and 285 deletions
|
@ -1,6 +1,6 @@
|
|||
return function ()
|
||||
local telescope = require('telescope')
|
||||
telescope.setup {}
|
||||
telescope.load_extension('fzf')
|
||||
telescope.load_extension('ui-select')
|
||||
return function()
|
||||
local telescope = require('telescope')
|
||||
telescope.setup {}
|
||||
telescope.load_extension('fzf')
|
||||
telescope.load_extension('ui-select')
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue