Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
378:2150c55c89b7 | 379:2a8195e14cad |
---|---|
444 on_attach = on_attach; | 444 on_attach = on_attach; |
445 } | 445 } |
446 | 446 |
447 if (vim.fn.executable('efm-langserver') == 1) then | 447 if (vim.fn.executable('efm-langserver') == 1) then |
448 require 'efm/python' | 448 require 'efm/python' |
449 require 'efm/lua' | |
449 | 450 |
450 -- May not be installed, use pcall to handle errors | 451 -- May not be installed, use pcall to handle errors |
451 -- pcall(require, 'efm/systemverilog') | 452 -- pcall(require, 'efm/systemverilog') |
452 pcall(require, 'efm/flp') | 453 pcall(require, 'efm/flp') |
453 | 454 |