From aa842378dbafa1ee86ce6b833013708f05ad66e0 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 4 Aug 2021 11:58:44 +0300 Subject: [PATCH] Ran neoformat --- home/.config/nvim/lua/pluginmanager.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.config/nvim/lua/pluginmanager.lua b/home/.config/nvim/lua/pluginmanager.lua index e367e9d8..e3ffc93c 100644 --- a/home/.config/nvim/lua/pluginmanager.lua +++ b/home/.config/nvim/lua/pluginmanager.lua @@ -56,9 +56,9 @@ require('packer').startup(function() run = ':TSUpdate' } - -- Syntax highlighting for languages - -- that are not supported by treesitter - use 'sheerun/vim-polyglot' + -- Syntax highlighting for languages + -- that are not supported by treesitter + use 'sheerun/vim-polyglot' -- Formatter plugin use 'sbdchd/neoformat'