Skip to content

Releases: alexesba/nvim-config

V2.1.2 (Packer manager)

03 Nov 16:01
70c2fd8

Choose a tag to compare

  • Add the plugin dcampos/nvim-snippy

v2.1.1

01 Nov 16:25
57a03c1

Choose a tag to compare

  • Refactor Lsp Server config files.
  • Rename all scripts within the after folder to match the plugin names.
  • Improve Readability.
  • Fix issue with the utils path.

v2.1.0

01 Nov 00:17
5b7f5cb

Choose a tag to compare

  • Refactor Lsp Server config files.
  • Rename all scripts within the after folder to match the plugin names.
  • Improve Readability.

nvim-config 2.0.1

30 Oct 16:01
2a04354

Choose a tag to compare

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

29 Oct 22:16
e35ed65

Choose a tag to compare

  • 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

06 Jul 14:31
8c9625f

Choose a tag to compare

  • Replace Fer file explorer with COC-Explorer

Improve file type detection for jbuilder

18 Aug 04:23
428f9c1

Choose a tag to compare

Fix filetype detection for jbuilder

Enhacements

17 Aug 23:38
b3b4b36

Choose a tag to compare

  • 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

06 Aug 09:14
1588650

Choose a tag to compare

Update Fern actions:

  • Allow open files using o or enter.
  • Also o expand or collapse directories.
  • Added a new binding t to open files in a new tab
  • Adds a new function FormatCss to expand obfuscated CSS files.
  • Add mapping descriptions to the readme file.

Add missing mappings

05 Aug 00:11
ee3f18f

Choose a tag to compare

  • Add missing mappings for vim.