Skip to content

Commit

Permalink
Try out lspsaga
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Mar 28, 2024
1 parent 2e7ffa9 commit 0b1ceda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/conf/lspconfig/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- vim.lsp.set_log_level("debug")

require('lspsaga').setup({})
local lspconfig = require 'lspconfig'
lspconfig.bashls.setup { filetypes = { "sh" } }
lspconfig.docker_compose_language_service.setup {}
Expand Down
1 change: 1 addition & 0 deletions vim/vim-plug-vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ if has('nvim')
" LSP
Plug 'lvimuser/lsp-inlayhints.nvim' " Partial implementation of LSP inlay hints
Plug 'neovim/nvim-lspconfig'
Plug 'nvimdev/lspsaga.nvim'

" neotest
Plug 'nvim-neotest/neotest'
Expand Down

0 comments on commit 0b1ceda

Please sign in to comment.