Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Conversation

@Bryx-taffid
Copy link
Owner

This pulls the newest changes from the base repo into my config.
Changes are primilarly bug fixes and readme changes as well as removing / replacing deprecated functions.

Changes:

Updates to README.md:

  • Added instructions for installing emoji fonts on Ubuntu.
  • Updated the Neovim installation steps to use the nvim-linux-x86_64 tarball instead of nvim-linux64.

Improvements to init.lua:

  • Enhanced comments to clarify how to pass options to a plugin's setup() function and provided an example configuration for gitsigns.nvim.
  • Modified method support checks to use the : operator for supports_method calls. [1] [2]

Fixes in lua/kickstart/plugins/gitsigns.lua:

  • Corrected the mapping for undoing a staged hunk to use gitsigns.stage_hunk instead of gitsigns.undo_stage_hunk.
  • Changed the toggle for showing deleted lines to use gitsigns.preview_hunk_inline instead of gitsigns.toggle_deleted.

rnevius and others added 5 commits February 14, 2025 22:23
Neovim has renamed the "linux64" binary to "linux-x86_64".
#1316)

* docs: clarify using opts = {} vs config = function() ... require('plugin').setup({}) .. end

The current documentation mentioning that using "require" is equivalent to using "opts" without detailing the use in the "config = function()" block seems inaccurate.
Lower in the configuration the "config = function()" block is used without clarifying why it needed and what it does.
This clarification may help new users understand the difference between the two, or how and where to place the "require" statement.

* Update init.lua

* remove whitespace
- This commit change two functions that are marked as deprecated now:
`gitsigns.stage_hunk` and `gitsigns.toggle_deleted`
Right next to the nerdfonts blurb as requested.
@Bryx-taffid Bryx-taffid self-assigned this Feb 17, 2025
@Bryx-taffid Bryx-taffid merged commit 331ddb9 into Bryx-taffid:master Feb 17, 2025
Bryx-taffid added a commit that referenced this pull request Feb 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants