diff dot_config/nvim/config.lua @ 379:2a8195e14cad

Add lua-format config for efm
author zegervdv <zegervdv@me.com>
date Sat, 10 Apr 2021 11:14:49 +0200
parents 2150c55c89b7
children 3b7ebcd563e1
line wrap: on
line diff
--- a/dot_config/nvim/config.lua	Fri Apr 09 15:00:08 2021 +0200
+++ b/dot_config/nvim/config.lua	Sat Apr 10 11:14:49 2021 +0200
@@ -446,6 +446,7 @@
 
 if (vim.fn.executable('efm-langserver') == 1) then
   require 'efm/python'
+  require 'efm/lua'
 
   -- May not be installed, use pcall to handle errors
   -- pcall(require, 'efm/systemverilog')