mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat(nvim): disable diagnostic lines by default
This commit is contained in:
parent
793ce9aad2
commit
955e517597
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
|
||||
extraConfigLua = ''
|
||||
require("telescope").load_extension("yank_history")
|
||||
vim.diagnostic.config({ virtual_lines = false });
|
||||
'';
|
||||
|
||||
keymaps = [
|
||||
|
|
Loading…
Reference in a new issue