update nvim
This commit is contained in:
parent
7ba3710499
commit
484112b868
3 changed files with 7 additions and 14 deletions
3
init.lua
3
init.lua
|
|
@ -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 {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue