[neovim] Removes copilot from the LSP list
This commit is contained in:
@@ -3,7 +3,6 @@ return {
|
|||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
copilot = {},
|
|
||||||
lua_ls = {},
|
lua_ls = {},
|
||||||
nil_ls = {},
|
nil_ls = {},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# Provide nicely formatted markdown tables.
|
||||||
|
return {
|
||||||
|
"Kicamon/markdown-table-mode.nvim",
|
||||||
|
config = function()
|
||||||
|
require("markdown-table-mode").setup()
|
||||||
|
end,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user