Releases: alexesba/nvim-config
Releases · alexesba/nvim-config
V2.1.2 (Packer manager)
v2.1.1
v2.1.0
nvim-config 2.0.1
nvim-config 2.0.1
Fix the packer.lua file to install pre-requirements for each package and fix the
TSUpdate by using run = require("nvim-treesitter.install").update()during installation.
Also added a guard condition to make sure each plugin is present before calling the setup method.
nvim-config 2.0
- Use lsp-config to configure some linters such as eslint, solargraph, tsserver etc.
- Added Mason Plugin to add a UI to install linters easily.
- use packer to install the plugins.
Include coc-explorer
- Replace Fer file explorer with COC-Explorer
Improve file type detection for jbuilder
Fix filetype detection for jbuilder
Enhacements
- Improve the install.sh script #16
- Add documentation for telescope live-grep #17
- The telescope.nvim has the live-grep feature used for searching strings in all the files of the directory using the telescope window.
- This functionality needs the rg command. This change adds the documentation on the README mentioning it
- Small improvements #18
- Change default TERM for alacritty replace xterm-256color-italic with xterm-256color
- The change above is needed because the installer file is not creating the custom italic version for the xterm-256color. enable gruvbox italic
fonts by default - Fix a small issue with the Fern mapping, added = to resize the windows and avoid a weird behavior when there are more than 2 panes
open. - Allow TComment plugin to work with javascriptreact files.
- Added a specific configuration for the javascriptreact and allow comment lines for JSX files with js extension
- Configure italic fonts #19
- Fix highlight issue with the multicursor selection and apply italics #20
- Map the ESc key to clear the curret search #21
- map ESC to clear the previously highlighted elements
- Remove unnecessary mappings for quick-fix
Improve mappings for Fern and update the Readme File
Update Fern actions:
- Allow open files using
oorenter. - Also
oexpand or collapse directories. - Added a new binding
tto open files in a new tab - Adds a new function
FormatCssto expand obfuscated CSS files. - Add mapping descriptions to the readme file.
Add missing mappings
- Add missing mappings for vim.