feat(lsp): migrate from blink.cmp to built-in completion
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
local Linter = require("linter")
|
||||
local lsp = require("lsp")
|
||||
local util = require("util")
|
||||
|
||||
---@type vim.lsp.Config
|
||||
@@ -13,8 +12,6 @@ return {
|
||||
},
|
||||
},
|
||||
on_attach = function(client, bufnr)
|
||||
lsp.on_attach(client, bufnr)
|
||||
|
||||
Linter.add(bufnr, {
|
||||
cmd = {
|
||||
"phpcs",
|
||||
|
||||
Reference in New Issue
Block a user