mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07: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 = ''
|
extraConfigLua = ''
|
||||||
require("telescope").load_extension("yank_history")
|
require("telescope").load_extension("yank_history")
|
||||||
|
vim.diagnostic.config({ virtual_lines = false });
|
||||||
'';
|
'';
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue