feat(lsp): migrate from blink.cmp to built-in completion
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
local lsp = require("lsp")
|
||||
local util = require("util")
|
||||
|
||||
---@type vim.lsp.Config
|
||||
return {
|
||||
on_attach = function(client, bufnr)
|
||||
lsp.on_attach(client, bufnr)
|
||||
|
||||
vim.keymap.set("n", "<leader>lf", function()
|
||||
vim.lsp.buf.format()
|
||||
util.format({
|
||||
|
||||
Reference in New Issue
Block a user