cssls
This commit is contained in:
parent
37c28816d9
commit
43c2d3815a
|
|
@ -4,6 +4,8 @@ return {
|
||||||
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
|
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" },
|
||||||
opts = {},
|
opts = {},
|
||||||
config = function()
|
config = function()
|
||||||
|
require'lspconfig'.cssls.setup{}
|
||||||
|
|
||||||
require('typescript-tools').setup({
|
require('typescript-tools').setup({
|
||||||
settings = {
|
settings = {
|
||||||
complete_function_calls = true,
|
complete_function_calls = true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue