Skip to content

merge: sync from upstream after 0.12 release#2016

Closed
ABDsheikho wants to merge 37 commits intonvim-lua:masterfrom
ABDsheikho:sync_from_upstream
Closed

merge: sync from upstream after 0.12 release#2016
ABDsheikho wants to merge 37 commits intonvim-lua:masterfrom
ABDsheikho:sync_from_upstream

Conversation

@ABDsheikho
Copy link
Copy Markdown

No description provided.

init.lua
lua/
├── core/
│   ├── autocommands.lua
│   ├── diagnostics.lua
│   ├── globals.lua
│   ├── init.lua
│   ├── keymaps.lua
│   ├── lazy-nvim.lua
│   └── options.lua
└── plugins/
    ├── blink.lua
    ├── conform.lua
    ├── gitsigns.lua
    ├── guess-indent.lua
    ├── mini.lua
    ├── nvim-lspconfig.lua
    ├── nvim-treesitter.lua
    ├── telescope.lua
    ├── todo-comments.lua
    ├── tokyonight.lua
    └── which-key.lua
This commit also move health.lua from lua/kickstart/health.lua
into lua/health.lua
This commit also resolve keymap conflict that happens with `<leader>q`
This commit also setup highlight for EOF-char & Window-Separator to
match the highlight on Cursor-Line-Number. And sets auto-command
to reset colors after changing the colorscheme.
- add registries to mason.nvim.
- set a table for `Langs.lsp`.
- extract `lua_ls` config into `after/lsp` directory.
also switch from using `nvim-web-devicons` to using `mini.icons`
also:

- set auto_show to true for cmdline & term.
- enable `friendly-snippets`.
additionally set `which-key` to have `helix` look.
also remove `mini.statusline` and add new Glyphs
also, delete `lua/core/diagnostics.lua`, and move some of its
content (the one that are still related) to `tiny-inline-diagnostic`
- add `which-key` groups, with additional `which-key` config.
- solve keymap conflict with `conform.nvim`.
also add `which-key` groups.
The goal is to slowly abstract my implementation into its own
module/plugin that I should develop in the future.
This is still an experiment.
I'm trying to move away from telescope, but I still use extensions
like `telescope-undo.lua`, which makes me unsure entirely of the switch.
That's why I'm commenting out the config part, while also lazy-loading it.
@ABDsheikho
Copy link
Copy Markdown
Author

My bad!!!!!!!!!!!!!!!!

I forgot to check into which repo I'm making my PR.

@ABDsheikho ABDsheikho closed this Apr 26, 2026
@ABDsheikho ABDsheikho deleted the sync_from_upstream branch April 26, 2026 06:53
@ABDsheikho ABDsheikho restored the sync_from_upstream branch April 26, 2026 06:54
@ABDsheikho ABDsheikho deleted the sync_from_upstream branch April 26, 2026 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant