Update
This commit is contained in:
parent
894a9f355c
commit
2ba5f9864c
2 changed files with 19 additions and 2 deletions
|
@ -1,3 +1,20 @@
|
|||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = {
|
||||
"hrsh7th/cmp-buffer",
|
||||
"hrsh7th/cmp-cmdline",
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
"hrsh7th/nvim-cmp",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"williamboman/mason.nvim",
|
||||
},
|
||||
config = function()
|
||||
local cmp_lsp = require("cmp_nvim_lsp")
|
||||
local capabilities = vim.tbl_deep_extend(
|
||||
"force",
|
||||
{},
|
||||
vim.lsp.protocol.make_client_capabilities(),
|
||||
cmp_lsp.default_capabilities())
|
||||
|
||||
require("mason").setup()
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@ dc duckduckgo.com/?t=h_&q=0&ia=chat
|
|||
dm market.dota2.net/sell
|
||||
gbe gobyexample.com
|
||||
ntfy maritima.ipv64.net
|
||||
masf maritima.ipv64.net:3333
|
||||
masf https://maritima.ipv64.net:3333
|
||||
rss interamnia.ipv64.net
|
||||
iasf interamnia.ipv64.net:3333
|
||||
iasf https://interamnia.ipv64.net:3333
|
||||
|
|
Loading…
Reference in a new issue