Testing virtual text for LSP fixes
This commit is contained in:
parent
916a44157f
commit
5913e8d7e7
3 changed files with 3 additions and 2 deletions
home-manager/common/software/cli
nixos/hosts/piaware-rpi4/containers
|
@ -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;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
cursorcolumn = true;
|
||||
shiftwidth = 2;
|
||||
breakindent = true;
|
||||
colorcolumn = "100";
|
||||
colorcolumn = "80";
|
||||
showmode = false;
|
||||
termguicolors = true;
|
||||
splitright = true;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue