From c97474bf7fbca1f23425b7ef79d6dc4eebe0ef5a Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 10 Apr 2022 19:33:58 +0200 Subject: style: format --- lua/config/impatient.lua | 1 - lua/config/orgmode.lua | 1 + lua/config/project.lua | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/config/impatient.lua b/lua/config/impatient.lua index 2595ca1..431d785 100644 --- a/lua/config/impatient.lua +++ b/lua/config/impatient.lua @@ -1,5 +1,4 @@ -- Speeds up loading of lua modules. - local status_ok, impatient = pcall(require, "impatient") if not status_ok then return diff --git a/lua/config/orgmode.lua b/lua/config/orgmode.lua index 9f26189..5b88793 100644 --- a/lua/config/orgmode.lua +++ b/lua/config/orgmode.lua @@ -1,3 +1,4 @@ +-- Orgmode for nvim local status_ok, orgmode = pcall(require, "orgmode") if not status_ok then return diff --git a/lua/config/project.lua b/lua/config/project.lua index 738475c..60ba3a8 100644 --- a/lua/config/project.lua +++ b/lua/config/project.lua @@ -1,5 +1,4 @@ -- Provides project management. - local status_ok, project = pcall(require, "project_nvim") if not status_ok then return -- cgit v1.2.3-70-g09d2