From 731f056e31407e4302741b5b607bc793819defe9 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 30 Mar 2023 23:07:18 +0400 Subject: Плагин для проверки синтаксиса MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Valentin Popov --- lua/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 07e43ba..af108c4 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -47,4 +47,7 @@ return require('packer').startup(function(use) require('nvim-autopairs').setup {} end } + + -- Линтер для файлов + use 'dense-analysis/ale' end) -- cgit v1.2.3