Skip to content

Conversation

@PeteChu
Copy link

@PeteChu PeteChu commented Apr 28, 2023

No description provided.

PeteChu added 30 commits March 19, 2023 17:26
* 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
…bers, and sort by insert position in the current setup
…ntegrate lspsaga.nvim plugin for LSP functionality in keymaps.lua and init.lua
…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
@PeteChu PeteChu closed this Apr 28, 2023
@PeteChu PeteChu deleted the sync-fork branch April 28, 2023 03:17
@PeteChu PeteChu restored the sync-fork branch April 28, 2023 03:18
@PeteChu
Copy link
Author

PeteChu commented Apr 28, 2023

Wrong PR, intended for my own fork.

@PeteChu PeteChu deleted the sync-fork branch April 28, 2023 06:31
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant