-
Notifications
You must be signed in to change notification settings - Fork 105
Replace custom virt_text_pos
formatter with eol_right_align
#152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its m 8000 aintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
marukus
pushed a commit
to marukus/wincent
that referenced
this issue
Feb 26, 2025
Seeing as we just moved to v0.10.0, see if any plug-ins have updated for compatibility... * aspects/nvim/files/.config/nvim/pack/bundle/opt/LuaSnip 72eea98...78296bf (10): > Format with stylua > Auto generate docs > fswatch: move-to <=> change (close #1171). > Format with stylua > Auto generate docs > vscode-loader: correctly handle symlinked package.json (close #1170). > Auto generate docs > Exit snippets upon jumping to $0 (close #1161) > Auto generate docs > fix: adjust name of test-helper-file. * aspects/nvim/files/.config/nvim/pack/bundle/opt/cmp-nvim-lsp 5af77f5...39e2eda (2): > fix: replace all deprecated APIs (wincent#68) > fix: get rid of deprecated API use: `vim.lsp.buf_get_clients()` (wincent#66) * aspects/nvim/files/.config/nvim/pack/bundle/opt/indent-blankline.nvim 3d08501...171d4d5 (2): > chore: update missed lua ls version > chore: update to nvim 0.10 * aspects/nvim/files/.config/nvim/pack/bundle/opt/nvim-cmp 8f3c541...abacd4c (5): > Move to non deprecated function calls (#1930) > fix: remove deprecated use of vim.tbl_add_reverse_lookup (#1931) > fix: `cmp.close()` when `autocompletion = false` (#1921) > fix: unexpected behavior when `autocomplete = false` (#1920) > Docs: fix README.md by adding setup for cmp-git (#1914) * aspects/nvim/files/.config/nvim/pack/bundle/opt/nvim-lspconfig cfa386f...a284b14 (38): > refactor: move all old get_clients to new compatible (#3159) > fix: use new version as check condition (#3157) > feat: adds next-ls server configuration (#3155) > refactor: add compatible tbl_flatten and lsp_get_clients for new version 0.10 (#3154) > refactor: remove usages of deprecated vim.tbl_add_reverse_lookup (#3156) > docs: update server_configurations.md skip-checks: true > feat: add bitbake-language-server (#3151) > docs: update server_configurations.md skip-checks: true > fix(r): change markdown injection in documentation to use lowercase r (#3153) > docs: update server_configurations.md skip-checks: true > docs(ember): update config for ember-language-server due to upstreaming (#3150) > docs: update server_configurations.md skip-checks: true > feat: add pbls(Protobuf Language Server) (#3148) > docs: update server_configurations.md skip-checks: true > feat: add shopify theme language-server (#3147) > fix(jdtls): update root dir (#2693) > docs: update server_configurations.md skip-checks: true > feat: add roc-language-server support (#3143) > docs: update server_configurations.md skip-checks: true > docs(dockerls): document ignoreMultilineInstructions setting (#3142) > docs: update ser 5B0C ver_configurations.md skip-checks: true > feat: add motoko-lsp support (#3140) > docs: update README with default map changes (#3139) > docs: update server_configurations.md skip-checks: true > feat: add hyprls support (#3137) > docs: update server_configurations.md skip-checks: true > fix(elmls): add missing init_options, remove deprecated (#3138) > docs: update server_configurations.md skip-checks: true > feat(vale-ls): add LaTeX file type for vale-ls (#3136) > docs: simplify CONTRIBUTING documentation #3132 > fix(command): check server config exist in lspconfig (#3131) > fix(command): get attached buffers list by using api (#3130) > docs: update default mappings (#3128) > docs: add new default maps for Nvim 0.10 (#3127) > refactor: handle updated signature of lsp.start_client (#3126) > docs: update server_configurations.md skip-checks: true > fix(snyk): add terraform filetypes (#3125) > ci(docs): reword "check config changes" #3123 * aspects/nvim/files/.config/nvim/pack/bundle/opt/nvim-tree.lua 62008e5...2bc725a (9): > chore(master): release nvim-tree 1.3.3 (#2776) > fix: nil access exception with git integration when changing branches (#2774) > chore(deps): bump actions/checkout from 3 to 4 (#2773) > chore(master): release nvim-tree 1.3.2 (#2771) > ci: luarocks releases (#2764) > fix(#925): handle newlines in file names (#2754) > fix(#2758): use nvim-webdevicons default file icon, not renderer.icons.glyphs.default, as per :help (#2759) > chore(master): release nvim-tree 1.3.1 (#2736) > chore(deps): bump amannn/action-semantic-pull-request from 5.5.0 to 5.5.2 (#2756) * aspects/nvim/files/.config/nvim/pack/bundle/opt/typescript-vim e83ccab...eb4d90d (1): > Merge pull request #206 from slmjkdbtl/add-keyword-satisfies * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-fugitive dac8e5c...19ca61c (4): > Support ~ in ssh config include > Fix syntax error in autoload/fugitive.vim > Support :Git difftool --check > Support Git flags inside of aliases * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-kitty 4f3f290...f16222c (1): > Add line continuations; Add missing keyword (wincent#29) * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-ledger 281346a...7b97c87 (4): > feat: Account name completion using matchfuzzy (#156) > fix: Improve errorformat for hledger > fix(foldtext): Match (and ignore) balance assertions on postings (wincent#154) > Fix trailing CR character with omni completion on Windows (wincent#152) * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-slime 5d0b80b...1a29ed8 (6): > Merge pull request #434 from jpalardy/revert-screen-paste-file > Merge pull request #433 from jpalardy/rework-screen-target > Merge pull request #431 from jpalardy/rework-tmux-target > Merge pull request #430 from jpalardy/fix-chunked-paste-file > Split lines, then writefile > Merge pull request #428 from jam1015/main * aspects/nvim/files/.config/nvim/pack/bundle/opt/vim-zsh 18a926d...a90bc8d (1): > ftplugin: unset MANPAGER for RunHelp command
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that:
has merged:
I will be able to use this to replace my hack.
So, idea is to switch to the nightly and try it out.
The text was updated successfully, but these errors were encountered: