nvim: right-align is a bit too much

nix-components
pegasust 2022-12-08 13:25:58 -07:00
parent 42c2413ce0
commit 0055e3cb17
2 changed files with 2 additions and 1 deletions

View File

@ -397,7 +397,7 @@ remap('n', '<leader>gs', function() require('neogit').open({}) end);
require("inlay-hints").setup {
only_current_line = false,
eol = {
right_align = true,
right_align = false,
}
}
local on_attach = function(client, bufnr)

View File

@ -1,4 +1,5 @@
{pkgs, lib, from-yaml, ...}@flake_import:
{
fromYaml = import "${from-yaml}/fromYaml.nix" {inherit lib;};
}