Skip to content

42-Nvim V1.4

Latest
Compare
Choose a tag to compare
@fclivaz42 fclivaz42 released this 19 Feb 05:13

Major update!

This update aimed to fix a few ongoing issues, most notably the inability to update forks. If you already have your own, read along to know how to grab the latest update.

  • Created install.sh which has a weird name tbh since it serves for more than just installation (eg. set the clangd flags and update current forks)
  • Changed a Dashboard shortcut to accomodate for upstream fetches. (Replaced File Telescope for it)
  • Added current 42-Nvim version on Dashboard.
  • Re-enabled highlight in Indent-Blankline since the issue it was causing seems to be fixed altogether.
  • LSP Notify has been dropped since after extensive testing it was found to crash very often. Built-in LSP still works, it's just the notification that is gone.
  • Neo-Tree now (slightly) highlights the statusline of currently opened buffers for more readability.
  • image.nvim has been deprecated and moved to the custom folder. Enable it if you want.

Updating old 42-Nvim forks

If you already have your own fork of 42-Nvim, you should run the following:

curl -fsSL https://raw.githubusercontent.com/fclivaz42/42-nvim/refs/heads/main/install.sh -o installer.sh && bash installer.sh update

It should automatically add upstream, fetch it and merge it into your branch as well as push it to GitHub if everything was successful.


Enjoy the update and happy coding! :)

Ps! Readme has finally been updated! The shortcut section has been revamped :D