Fix formatting | Handle a edgecase in telescope config | Misc

* fix formatting in pluginList, luasnip

* don't use pcall on highlights

* sync and compile fzf and media files only when the error occurs, add a
  help text telling tbe user to restart neovim
This commit is contained in:
Akianonymus
2021-07-19 06:28:28 +05:30
parent 05d57bba29
commit 0023233eef
5 changed files with 48 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ local present, base16 = pcall(require, "base16")
if present then
base16(base16.themes["onedark"], true)
pcall(require, "highlights")
require "highlights"
return true
else
return false