aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-10-20 02:05:29 +0900
committerA Farzat <a@farzat.xyz>2024-11-05 02:05:29 +0900
commitc36e23577aeda286f0491d5b855b8c800bcdb577 (patch)
treef5bd06409dbf425af99c7c3c6d20568904d8a885
parentd986adcda6dd54df499f5947a2ac296ba0543a35 (diff)
downloadnvim-c36e23577aeda286f0491d5b855b8c800bcdb577.tar.gz
nvim-c36e23577aeda286f0491d5b855b8c800bcdb577.zip
Update plugins and LSPs for web development
-rw-r--r--plugin-settings/lspconfig.lua2
-rw-r--r--plugins.vim1
2 files changed, 2 insertions, 1 deletions
diff --git a/plugin-settings/lspconfig.lua b/plugin-settings/lspconfig.lua
index 7bc12b8..150db34 100644
--- a/plugin-settings/lspconfig.lua
+++ b/plugin-settings/lspconfig.lua
@@ -42,6 +42,8 @@ local capabilities = require("cmp_nvim_lsp").default_capabilities()
local simple_servers = {
"bashls",
"clangd",
+ "cssls",
+ "emmet_language_server",
"jedi_language_server",
"jsonls",
"remark_ls",
diff --git a/plugins.vim b/plugins.vim
index 4b99e93..1ffb143 100644
--- a/plugins.vim
+++ b/plugins.vim
@@ -44,7 +44,6 @@ Plug 'https://github.com/dylanaraps/wal.vim' " Generate and change colorschemes
Plug 'https://github.com/dkprice/vim-easygrep' " Fast and Easy Find and Replace Across Multiple Files.
Plug 'https://github.com/lambdalisue/suda.vim' " An alternative sudo.vim for Vim and Neovim, limited support sudo in Windows.
Plug 'https://github.com/ntpeters/vim-better-whitespace' " Better whitespace highlighting for Vim.
-Plug 'https://github.com/mattn/emmet-vim' " emmet for vim: http://emmet.io/.
Plug 'https://github.com/neovim/nvim-lspconfig' " Quickstart configs for Nvim LSP
Plug 'https://github.com/hrsh7th/cmp-nvim-lsp' " nvim-cmp source for neovim builtin LSP client
Plug 'https://github.com/hrsh7th/cmp-buffer' " nvim-cmp source for buffer words.