Skip to content

Commit

Permalink
chore(vim): disable lsp log
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Jul 11, 2024
1 parent 52c15c7 commit eb321c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/neovim/lua/plugins/lsp-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ return {
config = function()
local nvim_lsp = require('lspconfig')

vim.lsp.set_log_level('OFF')

local on_attach = function(_, bufnr)
local wk = require('which-key')

Expand Down

0 comments on commit eb321c2

Please sign in to comment.