-
Notifications
You must be signed in to change notification settings - Fork 43.5k
Sync fork #292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers 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
Closed
Closed
Sync fork #292
Conversation
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
* feat(keymaps.lua): add keymaps for buffer navigation, terminal, and nvimtree * feat(nvim-tree.lua): add nvim-tree plugin with setup function
… and open NvimTree on VimEnter event * feat(bufferline.lua): add configuration for bufferline plugin with options for indicator, diagnostics, offsets, separator_style, and always_show_bufferline
…mments * feat(nvim-tree.lua): add auto open and auto close autocmds for NvimTree
* chore(keymaps.lua): add silent and noremap options to NvimTreeToggle keymap * chore(nvim-tree.lua): comment out auto open autocmd * chore(init.lua): disable netrw and add autoformat and debug plugins * feat(autopairs.lua): add nvim-autopairs plugin with default configuration * feat(init.lua): add vim-go plugin * feat(nvim-tree.lua): add custom filter to ignore .git directory in nvim-tree view
* feat(keymaps.lua): add new keymaps for various actions * feat(treesitter.lua): add treesitter configuration for terraform language * chore(init.lua): comment out unused keymap for signature help * feat(plugins): add undotree plugin * feat(plugins): add lsp_signature plugin and setup configuration
* feat(defaults.lua): add swapfile option and set it to false * refactor(keymaps.lua): add whitespace for readability * feat(keymaps.lua): add keymap to open folder in workspace in tmux session * feat(keymaps.lua): add keymaps for buffer delete and buffer wipeout * chore(treesitter.lua): remove treesitter configuration file * chore(init.lua): comment out debug plugin * feat(init.lua): enable auto_install for nvim-treesitter * feat(custom/plugins/init.lua): add bufdelete.nvim plugin to custom plugins list
…gling quick menu * feat(keymaps.lua): add keymap for deleting all buffers except current * feat(nvim-tree.lua): add autocmd to go to last used hidden buffer when deleting a buffer * chore(init.lua): add ThePrimeagen/harpoon plugin to the list of plugins * chore(nvim-tree.lua): add missing comma in filters table * feat(surround.lua): add kylechui/nvim-surround plugin configuration
* feat(zen-mode.lua): add TrueZen plugin to the configuration
* chore(plugins/init.lua): add Vim Be Good plugin to the list of plugins
…ines, null-ls, and trouble plugins
…Dressing plugin in custom plugins
…bers, and sort by insert position in the current setup
…stead of after the current one
…ntegrate lspsaga.nvim plugin for LSP functionality in keymaps.lua and init.lua
…e lspkind symbols
…om VSCode in the 'init.lua' file, also include 'onsails/lspkind.nvim' and 'rafamadriz/friendly-snippets' in the list of plugins in the 'custom/plugins/init.lua' file
Update from upstream
Author
|
Wrong PR, intended for my own fork. |
Ed1123
pushed a commit
to Ed1123/kickstart.nvim
that referenced
this pull request
Jan 9, 2026
This is the commit message nvim-lua#292: Update remaining Mason's old address (nvim-lua#1530) Author: TJ DeVries <devries.timothyj@gmail.com> Date: Thu Jun 23 23:35:53 2022 -0400 interactive rebase in progress; onto c2fea0e Last commands done (292 commands done): squash 6ba2408 # fix: rename vim.highlight.on_yank to vim.hl.on_yank (nvim-lua#1482) squash 3338d39 # Update remaining Mason's old address (nvim-lua#1530) Next commands to do (3 remaining commands): pick ed6dd2e # Initial commit pick 053e6d3 # feat: black and import sort You are currently rebasing branch 'master' on 'c2fea0e'. Initial commit Changes to be committed: new file: .github/ISSUE_TEMPLATE/bug_report.md new file: .github/pull_request_template.md new file: .github/workflows/stylua.yml new file: .gitignore new file: .stylua.toml new file: LICENSE.md new file: README.md new file: doc/kickstart.txt new file: doc/tags new file: init.lua new file: lua/custom/plugins/init.lua new file: lua/kickstart/health.lua new file: lua/kickstart/plugins/autopairs.lua new file: lua/kickstart/plugins/debug.lua new file: lua/kickstart/plugins/gitsigns.lua new file: lua/kickstart/plugins/indent_line.lua new file: lua/kickstart/plugins/lint.lua new file: lua/kickstart/plugins/neo-tree.lua
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.