From 191b9da5f9f6a267fea9b2404c742bc0177efbd7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 25 Jan 2023 11:06:39 +0100 Subject: vim: actually run null-ls work web exts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index dc1c60b..af68b0f 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -794,7 +794,7 @@ local pluginspec = { { 'jose-elias-alvarez/null-ls.nvim', - ft = { 'sh', 'bash', 'lua', 'rust', 'c', 'cpp' }, + ft = { 'sh', 'bash', 'lua', 'rust', 'c', 'cpp', 'css', 'scss', 'html', 'javascript' }, dependencies = { 'nvim-lua/plenary.nvim' }, config = function() local nls = require('null-ls') -- cgit 1.4.1