summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2023-01-25 11:06:39 +0100
committerRobert Günzler <r@gnzler.io>2023-03-21 12:35:43 +0100
commit191b9da5f9f6a267fea9b2404c742bc0177efbd7 (patch)
treede731375e3cf7bec96d358888ec59ba944f20202
parente215c3434dd39b5293b22940d44d5d7f9625b3f2 (diff)
vim: actually run null-ls work web exts
Signed-off-by: Robert Günzler <r@gnzler.io>
-rw-r--r--.vim/lua/plugins.lua2
1 files changed, 1 insertions, 1 deletions
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')