Testing virtual text for LSP fixes

This commit is contained in:
albert 2025-02-22 10:05:13 -08:00
parent 916a44157f
commit 5913e8d7e7
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 3 additions and 2 deletions
home-manager/common/software/cli
nixos/hosts/piaware-rpi4/containers

View file

@ -30,7 +30,7 @@
vim.diagnostic.config ( { virtual_text = { prefix = '', } } )
vim.diagnostic.config { float = { border = _border } }
vim.diagnostic.config({ virtual_text = false })
vim.diagnostic.config({ virtual_text = true })
'';
diagnostics.virtual_lines.only_current_line = true;

View file

@ -36,7 +36,7 @@
cursorcolumn = true;
shiftwidth = 2;
breakindent = true;
colorcolumn = "100";
colorcolumn = "80";
showmode = false;
termguicolors = true;
splitright = true;

View file

@ -4,6 +4,7 @@
image = "ghcr.io/sdr-enthusiasts/docker-piaware:latest";
environment = {
FEEDER_ID = "cdca89ee-6612-4707-b0bb-ffb78d156c47";
# TODO: Move these to SOPS when I get a more precise location
LAT = "52.22";
LONG = "21.01";
RECEIVER_TYPE = "rtlsdr";