diff --git a/homeConfigs/modules/vim.nix b/homeConfigs/modules/vim.nix index c4bb945..c202569 100644 --- a/homeConfigs/modules/vim.nix +++ b/homeConfigs/modules/vim.nix @@ -49,6 +49,12 @@ })) vim.lsp.enable('pylsp') + vim.diagnostic.config({ + virtual_lines = { + current_line = true + } + }) + ''; programs.neovim.extraConfig = ''