config: more good
parent
ee954783a1
commit
4f0c2e0a3f
|
@ -444,9 +444,9 @@ require("lazy").setup({
|
|||
-- https://neovim.io/doc/user/diagnostic.html#diagnostic-highlights
|
||||
local signs = {
|
||||
Error = "🤬",
|
||||
Warn = "🤔",
|
||||
Info = "😎",
|
||||
Hint = "😼",
|
||||
Warn = "😤",
|
||||
Info = "🤔",
|
||||
Hint = "😎",
|
||||
}
|
||||
for type, icon in pairs(signs) do
|
||||
local hl = "DiagnosticSign" .. type
|
||||
|
|
|
@ -59,6 +59,8 @@ fi
|
|||
# https://github.com/wilfred/difftastic
|
||||
if command -v difft &>/dev/null; then
|
||||
export DFT_DISPLAY=inline
|
||||
export DFT_CONTEXT=5
|
||||
export DFT_TAB_WIDTH=2
|
||||
fi
|
||||
|
||||
# https://github.com/charmbracelet/glow
|
||||
|
|
Loading…
Reference in New Issue