nvim show diagnostics of line
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 1m48s
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 1m48s
This commit is contained in:
@ -49,6 +49,12 @@
|
|||||||
}))
|
}))
|
||||||
vim.lsp.enable('pylsp')
|
vim.lsp.enable('pylsp')
|
||||||
|
|
||||||
|
vim.diagnostic.config({
|
||||||
|
virtual_lines = {
|
||||||
|
current_line = true
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs.neovim.extraConfig = ''
|
programs.neovim.extraConfig = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user