minor updates for new installation
This commit is contained in:
parent
5bd2af8969
commit
1f9c3a255b
8 changed files with 22 additions and 20 deletions
|
|
@ -7,7 +7,7 @@ return {
|
|||
{ "williamboman/mason.nvim" },
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
-- Additional lua configuration, makes nvim stuff amazing!
|
||||
{ "folke/neodev.nvim", opts = {} },
|
||||
{ "folke/neodev.nvim", opts = {} },
|
||||
},
|
||||
|
||||
config = function()
|
||||
|
|
@ -59,6 +59,7 @@ return {
|
|||
emmet_ls = {},
|
||||
html = {},
|
||||
pyright = {},
|
||||
phpactor = {},
|
||||
rust_analyzer = {
|
||||
settings = {
|
||||
["rust-analyzer"] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue