From ba90f7398b34736f1ace01b0af90dff795fca8fb Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 25 Jun 2024 19:07:43 +0800 Subject: Update --- vim/lua/plugins/init.lua | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'vim/lua/plugins/init.lua') diff --git a/vim/lua/plugins/init.lua b/vim/lua/plugins/init.lua index 2342d18..12f74f8 100644 --- a/vim/lua/plugins/init.lua +++ b/vim/lua/plugins/init.lua @@ -194,22 +194,25 @@ return { -- } -- }, - -- These are some examples, uncomment them if you want to see them work! - -- { - -- "neovim/nvim-lspconfig", - -- config = function() - -- require("nvchad.configs.lspconfig").defaults() - -- require "configs.lspconfig" - -- end, - -- }, + { + "neovim/nvim-lspconfig", + lazy = false, + config = function() + require("nvchad.configs.lspconfig").defaults() + require "configs.lspconfig" + end, + }, -- { "williamboman/mason.nvim", opts = { automatically_installation = true, ensure_installed = { - "lua-language-server", "stylua", - "html-lsp", "css-lsp", "prettier" + "css-lsp", + "html-lsp", + "lua-language-server", + "prettier", + "stylua", }, }, }, -- cgit v1.2.3-70-g09d2