Skip to content

Commit

Permalink
fix(nvim): remove lsp_lines leftover
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Feb 22, 2024
1 parent 29890c3 commit 54b82b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/neovim/config/lua/user/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ local on_attach = function(client, bufnr)
keymaps.on_attach(bufnr)
end

require("lsp_lines").setup()
local lspconfig = require("lspconfig")
lspconfig.gopls.setup({
capabilities = capabilities,
Expand Down

0 comments on commit 54b82b7

Please sign in to comment.