Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
5becaf1588
|
@ -49,6 +49,12 @@
|
||||
}))
|
||||
vim.lsp.enable('pylsp')
|
||||
|
||||
vim.diagnostic.config({
|
||||
virtual_lines = {
|
||||
current_line = true
|
||||
}
|
||||
})
|
||||
|
||||
'';
|
||||
|
||||
programs.neovim.extraConfig = ''
|
||||
|
||||
Reference in New Issue
Block a user