Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
Showing only changes of commit 1f017b110d - Show all commits

16
nvim/lua/plugins/css.lua Executable file
View file

@ -0,0 +1,16 @@
return {
{
"nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "css" } },
},
{
"neovim/nvim-lspconfig",
opts = {
servers = {
cssls = {},
cssmodules_ls = {},
css_variables = {},
},
},
},
}