Added types

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-03-17 16:34:11 +01:00
parent fa0745989a
commit 9556024c93
41 changed files with 65 additions and 23 deletions

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec
return {
"neovim/nvim-lspconfig",
dependencies = {

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec
return {
"williamboman/mason.nvim",
build = function()
@@ -23,7 +24,7 @@ return {
"pyright",
"powershell_es",
"jsonls",
"eslint"
"eslint",
},
automatic_installation = true,
})

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec
return {
-- "jose-elias-alvarez/null-ls.nvim",
"nvimtools/none-ls.nvim",

View File

@@ -1,3 +1,4 @@
--- @type LazyPluginSpec
return {
"pmizio/typescript-tools.nvim",
dependencies = {