nvim/CHANGELOG.md
2026-01-07 10:35:14 +01:00

8.3 KiB

Changelog

1.11.0 (2026-01-06)

Features

  • add custom keymaps for supermaven (ced1dc1)
  • add jsonls lsp (6010546)
  • add new colorschemes (374fe0c)
  • add nvim-dap for debugging (4da5013)
  • add supermaven (f8ab09b)
  • add tailwindcss lsp config (e46d052)
  • add yamlls lsp (cd43fb1)
  • conform: add additional configs (a9222a5)
  • lsp: add dockerls and docker_compose_language_service (5dafced)
  • lsp: add html-lsp + update conform config (6cb0473)
  • lsp: add prismals (4c98909)
  • lsp: disable inlay hints (40a5297)
  • lsp: update lspconfig, add root lsp directory (6340aae)
  • modify LSPs to prefer conform for formatting (6efd8a3)
  • plugins: add nvim-tree (7739a48)
  • supermaven: add on-demand autocompletion (977f625)
  • telescope: add g/ to search all project files (401d3af)

1.10.0 (2025-03-07)

Features

  • add <leader>q to open the Go scratchpad (Only for Go files) (3ed7615)
  • add back autocmd insert mode on terminal open (2d64865)
  • add typescript lsp w/ volar (146291c)
  • add vim-bujo (7c9a5b2)
  • enhance typescript configuration (b700549)
  • lsp: add <leader> to run go main % (only for Go files) (dba90a9)
  • telescope: add &lt;leader&gt;fm keybinding for treesitter builtin (756b357)
  • vim-bujo: add git repo for ~/.cache/bujo and commit & push on save (ff60086)

1.9.0 (2024-12-06)

Features

Bug Fixes

  • cmp: formatting using lspkind (2c087db)

1.8.0 (2024-11-11)

Features

Bug Fixes

  • lualine: use better command for parsing branch name (85a92af)
  • use lsp_signature as a standalone plugin (4cb2047)

1.7.0 (2024-11-11)

Features

1.6.0 (2024-09-30)

Features

  • add <leader>d to duplicate line (b474945)
  • add colorizer plugin for hex codes (fceb4c3)
  • add indent-blankline (f556257)
  • coding: add supermaven autocompletion (754eef1)

1.5.0 (2024-07-28)

Features

  • telescope: change <leader>fa to ignore .git folder (77272a7)

1.4.0 (2024-07-06)

Features

  • add oil to replace netrw (7e318ed)
  • add python path to options (f019253)
  • disable copilot for now (7e318ed)

1.3.0 (2024-04-20)

Features

1.2.0 (2024-04-19)

Features

  • autocmds: add lsp auto format on save (cbe86de)

1.1.0 (2024-04-19)

Features

  • add custom theme 'peel-enhanced' (3fd3e0b)
  • plugin: add folke/trouble plugin (98e3528)
  • remove fleet theme config file (87b5717)

1.0.2 (2023-11-30)

Bug Fixes

  • coding: add back luaSnip (1f1dbf0)

1.0.1 (2023-11-27)

Bug Fixes

  • fugitive: allow fugitive to load when no files are opened (b969172)

1.0.0 (2023-11-26)

Features

  • lazy: Rewrite config using lazy.nvim package manager