AutoYADM commit: 2024-12-21 01:30:02
This commit is contained in:
parent
3e188d9af2
commit
d2b15874ce
4 changed files with 28 additions and 4 deletions
16
.config/nvim/lua/plugins/marksman.lua
Normal file
16
.config/nvim/lua/plugins/marksman.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
return {
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
opts = {
|
||||
ensure_installed = "marksman",
|
||||
},
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
marksman = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue