CSS configs

This commit is contained in:
Mohammad Moosazadeh 2024-06-02 00:50:12 -04:00
parent aecb6ae46b
commit a36ca9a586
1 changed files with 4 additions and 1 deletions

View File

@ -601,6 +601,9 @@ require('lazy').setup({
-- ESLint LSP
eslint = {},
-- CSS LSP
cssls = {},
}
-- Ensure the servers and tools above are installed
@ -847,7 +850,7 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'ruby' },
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'ruby', 'css' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {