mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
Update
This commit is contained in:
parent
92fc90b94e
commit
18ce988cfc
@ -76,10 +76,10 @@ return packer.startup(function(use)
|
|||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
requires = {
|
requires = {
|
||||||
-- Automatically install LSPs to stdpath for neovim
|
-- Automatically install LSPs to stdpath for neovim
|
||||||
'williamboman/mason.nvim', 'williamboman/mason-lspconfig.nvim',
|
--'williamboman/mason.nvim', 'williamboman/mason-lspconfig.nvim',
|
||||||
|
|
||||||
-- Useful status updates for LSP
|
-- Useful status updates for LSP
|
||||||
'j-hui/fidget.nvim'
|
--'j-hui/fidget.nvim'
|
||||||
}
|
}
|
||||||
}) -- enable LSP
|
}) -- enable LSP
|
||||||
use {'j-hui/fidget.nvim', tag = 'legacy'}
|
use {'j-hui/fidget.nvim', tag = 'legacy'}
|
||||||
|
@ -174,16 +174,6 @@ _G.packer_plugins = {
|
|||||||
path = "/home/repo/.local/share/nvim/site/pack/packer/start/lualine.nvim",
|
path = "/home/repo/.local/share/nvim/site/pack/packer/start/lualine.nvim",
|
||||||
url = "https://github.com/nvim-lualine/lualine.nvim"
|
url = "https://github.com/nvim-lualine/lualine.nvim"
|
||||||
},
|
},
|
||||||
["mason-lspconfig.nvim"] = {
|
|
||||||
loaded = true,
|
|
||||||
path = "/home/repo/.local/share/nvim/site/pack/packer/start/mason-lspconfig.nvim",
|
|
||||||
url = "https://github.com/williamboman/mason-lspconfig.nvim"
|
|
||||||
},
|
|
||||||
["mason.nvim"] = {
|
|
||||||
loaded = true,
|
|
||||||
path = "/home/repo/.local/share/nvim/site/pack/packer/start/mason.nvim",
|
|
||||||
url = "https://github.com/williamboman/mason.nvim"
|
|
||||||
},
|
|
||||||
["minimalmistakes-nvim"] = {
|
["minimalmistakes-nvim"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/repo/.local/share/nvim/site/pack/packer/start/minimalmistakes-nvim",
|
path = "/home/repo/.local/share/nvim/site/pack/packer/start/minimalmistakes-nvim",
|
||||||
|
Loading…
Reference in New Issue
Block a user