Releases: fclivaz42/42-nvim
42-Nvim V1.4
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
42-Nvim V1.3
Bugfixes this time!
- #2 has been "fixed" by completely disabling image.nvim. (It is now commented.)
- De-lazyfied the comment plugin. (keybinds:
gc
in normal orgcc
in visual mode) - The colorizer seemed to be acting up so it changed to nvim-highlight-colors instead. The old one is still left comemnted if you wish to roll back.
Happy coding! :)
Ps. README rewrite is still planned. Next push maybe? Who knows...
42-Nvim V1.2.1
Minor changes again!
- Patched a weird keybind that would create unwanted autocompletion.
-
- Autocompletion has been changed to Shift-Tab.
Happy coding! :)
Ps. I still plan to rewrite the README eventually.
42-Nvim V1.2
Minor release which changes the following:
- Much less aggressive LSP autocompletion. You must press the down arrow key to select something and it won't auto-complete on tab!
- Autocompletion now inserts instead of replacing.
- Fixed the Which-Key warning.
Happy coding! :)
Ps. I plan on rewriting the README a little bit in the future for better readability.
42-Nvim V1.1
Significant update, bringing a few more plugins and more polishing to the configuration.
New plugins:
- wrapping.nvim
- lazygit.nvim
- vim-surround
- neo-tree.nvim
- dashboard-nvim
- nvim-autopairs
- image.nvim
- nui.nvim
- nvim-notify
There's been a few changes under the hood as well, most notably to make the Lualine a lot more cleaner.
clangd
should now install automatically, regardless of system installation. This helps with the built-in LSP.
Enjoy!