Skip to content

Commit

Permalink
chore: remove lsp_lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mishudark committed Jan 8, 2023
1 parent d321582 commit 1995979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lua/config/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lsp.handlers["textDocument/signatureHelp"] = lsp.with(

-- Diagnostics configuration
vim.diagnostic.config {
virtual_text = false,
virtual_text = true,
}

-- Diagnostic Signs
Expand Down Expand Up @@ -84,6 +84,7 @@ vim.lsp.protocol.CompletionItemKind = {

-- Setup LSP Installer
require("mason").setup()

require("mason-lspconfig").setup {
ensure_installed = { 'sumneko_lua', 'vimls', 'bashls', 'gopls' },
ui = {
Expand All @@ -99,5 +100,4 @@ require("mason-lspconfig").setup {
require('config.lsp.clients')
require('config.lsp.trouble')
require('config.lsp.nullls')
require("lsp_lines").setup()
require('cosmic-ui').setup()
1 change: 0 additions & 1 deletion lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ use 'williamboman/mason-lspconfig.nvim'
use 'folke/trouble.nvim'
use 'jose-elias-alvarez/typescript.nvim'
use 'jose-elias-alvarez/null-ls.nvim'
use 'Maan2003/lsp_lines.nvim'
use 'CosmicNvim/cosmic-ui'
use 'ray-x/lsp_signature.nvim' -- Signature Help
use 'kosayoda/nvim-lightbulb' -- Lightbulb on Code Action
Expand Down

0 comments on commit 1995979

Please sign in to comment.