mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 23:16:44 +00:00
add lsp_lines
This commit is contained in:
5
nvim/lua/config/lsp_lines.lua
Normal file
5
nvim/lua/config/lsp_lines.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
require('lsp_lines').setup()
|
||||
|
||||
vim.diagnostic.config({
|
||||
virtual_text = false,
|
||||
})
|
||||
Reference in New Issue
Block a user