diff options
-rw-r--r-- | .config/nvim/lua/config/lazy.lua | 2 | ||||
-rw-r--r-- | .ssh/config | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua index 02f3eda..df4f702 100644 --- a/.config/nvim/lua/config/lazy.lua +++ b/.config/nvim/lua/config/lazy.lua @@ -83,7 +83,7 @@ require('lazy').setup({ default_overlength = 80, grace_length = 1, highlight_to_eol = true, - disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey', 'text', 'csv', 'lua', '' } + disable_ft = { 'qf', 'help', 'man', 'checkhealth', 'lazy', 'packer', 'NvimTree', 'Telescope', 'WhichKey', 'text', 'csv', 'lua', 'gosum', '' } } end }, diff --git a/.ssh/config b/.ssh/config index f30d4d9..98692ed 100644 --- a/.ssh/config +++ b/.ssh/config @@ -2,6 +2,7 @@ Host * !mars !mother !helios User root StrictHostKeyChecking no UserKnownHostsFile /dev/null + LogLevel ERROR Host mars User jozan Host mother |