From 7bef410c68cfbe09208467c07fe8676bea8db3b5 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Wed, 25 Dec 2024 02:22:45 -0500 Subject: Tidy plugins --- nvim/lua/plugins/filetypes.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nvim/lua/plugins/filetypes.lua') diff --git a/nvim/lua/plugins/filetypes.lua b/nvim/lua/plugins/filetypes.lua index bafb528..d2e4bb9 100644 --- a/nvim/lua/plugins/filetypes.lua +++ b/nvim/lua/plugins/filetypes.lua @@ -15,6 +15,10 @@ return { "tpope/vim-dadbod", lazy = true }, + { + 'ap/vim-css-color', + ft = { 'css', 'scss', 'sass' } + }, { 'kristijanhusak/vim-dadbod-completion', ft = { 'sql', 'mysql', 'plsql' }, -- cgit v1.2.3