idk, something has changed
This commit is contained in:
parent
ffe452fe24
commit
ed190866f5
28 changed files with 94 additions and 2179 deletions
|
|
@ -1 +0,0 @@
|
|||
return {}
|
||||
|
|
@ -1 +0,0 @@
|
|||
return {}
|
||||
|
|
@ -1 +0,0 @@
|
|||
return {}
|
||||
|
|
@ -43,13 +43,14 @@ local on_attach = function(_, bufnr)
|
|||
end
|
||||
|
||||
local servers = {
|
||||
ansiblels = require("config.lsp.ansiblels"),
|
||||
ansiblels = {},
|
||||
clangd = require("config.lsp.clangd"),
|
||||
pyright = require("config.lsp.pyright"),
|
||||
pyright = {},
|
||||
lua_ls = require("config.lsp.lua_ls"),
|
||||
gopls = require("config.lsp.gopls"),
|
||||
rust_analyzer = require("config.lsp.rust_analyzer"),
|
||||
cmake = require("config.lsp.cmake"),
|
||||
gopls = {},
|
||||
rust_analyzer = {},
|
||||
cmake = {},
|
||||
bashls = {}
|
||||
}
|
||||
|
||||
local capabilities = vim.lsp.protocol.make_client_capabilities()
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
return {}
|
||||
|
|
@ -1 +0,0 @@
|
|||
return {}
|
||||
|
|
@ -1 +0,0 @@
|
|||
return {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue