merge: sync from upstream after 0.12 release#2016
Closed
ABDsheikho wants to merge 37 commits intonvim-lua:masterfrom
Closed
merge: sync from upstream after 0.12 release#2016ABDsheikho wants to merge 37 commits intonvim-lua:masterfrom
ABDsheikho wants to merge 37 commits intonvim-lua:masterfrom
Conversation
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.
This is still an experiment. I'm using `snacks.nvim` mainly for its `snacks.picker`, which I'm also using it mainly for its _git_ stylized preview window.
…nto sync_from_upstream
Author
|
My bad!!!!!!!!!!!!!!!! I forgot to check into which repo I'm making my PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.