diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-12-25 02:22:45 -0500 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-12-25 02:22:45 -0500 |
| commit | 7bef410c68cfbe09208467c07fe8676bea8db3b5 (patch) | |
| tree | 9f767bd514f6fc7ef8ca73c1195e3bd26eedf3ae /nvim/lua/plugins/filetypes.lua | |
| parent | 77baacf35a95598abc648fa6fe7305828232b606 (diff) | |
Tidy plugins
Diffstat (limited to 'nvim/lua/plugins/filetypes.lua')
| -rw-r--r-- | nvim/lua/plugins/filetypes.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -16,6 +16,10 @@ return { lazy = true }, { + 'ap/vim-css-color', + ft = { 'css', 'scss', 'sass' } + }, + { 'kristijanhusak/vim-dadbod-completion', ft = { 'sql', 'mysql', 'plsql' }, lazy = true |
