Merge Arch config as main #1
1 changed files with 16 additions and 0 deletions
16
nvim/lua/plugins/css.lua
Executable file
16
nvim/lua/plugins/css.lua
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = { ensure_installed = { "css" } },
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
cssls = {},
|
||||
cssmodules_ls = {},
|
||||
css_variables = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue