nvim: right-align is a bit too much
parent
42c2413ce0
commit
0055e3cb17
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs, lib, from-yaml, ...}@flake_import:
|
||||
{
|
||||
fromYaml = import "${from-yaml}/fromYaml.nix" {inherit lib;};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue