Florent Lévigne

Results 7 comments of Florent Lévigne

Hello, Putting the certificates here works: - `/opt/docker/zulip/zulip/certs/zulip.key` - `/opt/docker/zulip/zulip/certs/zulip.combined-chain.crt`

Hello, This is my LDAP configuration: ZULIP_AUTH_BACKENDS: "EmailAuthBackend,ZulipLDAPAuthBackend" SETTING_AUTH_LDAP_SERVER_URI: "ldaps://..." SETTING_AUTH_LDAP_BIND_DN: "" SECRETS_auth_ldap_bind_password: "" SETTING_AUTH_LDAP_USER_SEARCH: 'LDAPSearch("dc=...,dc=fr", ldap.SCOPE_SUBTREE, "(uid=%(user)s)")' SETTING_AUTH_LDAP_REVERSE_EMAIL_SEARCH: 'LDAPSearch("dc=...,dc=fr", ldap.SCOPE_SUBTREE, "(mail=%(email)s)")' SETTING_LDAP_APPEND_DOMAIN: None SETTING_AUTH_LDAP_USERNAME_ATTR: "uid" SETTING_LDAP_EMAIL_ATTR: "mail" SETTING_AUTH_LDAP_USER_ATTR_MAP: '{...

With vim-plug, you can install it like this: Plug 'misaflo/vim-markdown-preview', { 'branch': 'markdown_preview_pandoc_css' } I don't know with Vundle.

Thanks, I try this: ```lua { 'sainnhe/gruvbox-material', lazy = false, priority = 1000, config = function(plugin) vim.opt.rtp:append(plugin.dir .. '/after/syntax') require('lazy.core.loader').packadd(plugin.dir .. '/after/syntax') vim.g.gruvbox_material_better_performance = true vim.cmd 'colorscheme gruvbox-material' end, init...

Yes, thanks! Is it easy to fix it in forgit? If not, it may be usefull to add this workaround in the README.

Hi, I am trying your repository @stevenxxiu (thanks for the pull request!). It works great with "side-by-side", but without it, I have `^[[0K` at the end of lines. ![neogit2](https://github.com/user-attachments/assets/1ec113c7-5bb1-44a6-a17c-25b47c863d03)

> @misaflo I'm guessing _baleia_ doesn't handle this ANSI control sequence. I removed that part of the line now. It fixes the issue, but introduces an other: it highlights (greeen...