update nvim

This commit is contained in:
ap8351 2024-04-10 20:51:45 +02:00
parent 7ba3710499
commit 484112b868
3 changed files with 7 additions and 14 deletions

View file

@ -549,7 +549,7 @@ require('lazy').setup({
-- https://github.com/pmizio/typescript-tools.nvim
--
-- But for many setups, the LSP (`tsserver`) will work just fine
-- tsserver = {},
vtsls = { refactor_auto_rename = true },
--
lua_ls = {
@ -575,7 +575,6 @@ require('lazy').setup({
--
-- You can press `g?` for help in this menu.
require('mason').setup()
-- You can add other tools here that you want Mason to install
-- for you, so that they are available from within Neovim.
local ensure_installed = vim.tbl_keys(servers or {})