Usuim Versions Save

Neovim configured to look like Visual Studio Code

1.8.1

1 year ago

Changelog:

  • Code folding
  • Minor bugs fixed

1.8.0

1 year ago

Changelog:

  • Usuim rewritten in lua
  • Usuim now use Lazy

1.7.3

1 year ago

Changelog:

  • Added preview lsp in the contextual
  • Fix closeBuffer function bug
  • Ctrl + Q -> Close current buffer

1.7.2

1 year ago

Changelog:

  • new items are added to the contextual menu
  • telescope updated to a new version (modified slightly by me in a fork)
  • ctrl + c + ctrl + x can be used in normal and insert mode to copy/cut the line the cursor is on

1.7.1

1 year ago

Changelog:

  • Contextual menu added

1.7.0

1 year ago

Changelog:

  • Nvim-cmp style changed
  • Added many snippets
  • If you are using neovim 0.9, you will have semantic tokens

Features I'll try to add:

  • Contextual menu with access to lsp (go to definition, redefine a symbol or use code actions, etc)
  • Inlay hints
  • Improve emmet and snippets for html

1.6.14

1 year ago

Changelog:

  • Updated bufferline configuration

1.6.13

1 year ago

Changelog:

  • Capabilities changed to: local capabilities = require('cmp_nvim_lsp').default_capabilities()
  • You must to add this line local capabilities = require('cmp_nvim_lsp').default_capabilities() in ~/.config/usuim/lsp.vim

1.6.12

1 year ago

Changelog:

  • New key combination: <Ctrl + ScrollUp/Down>. Move tab to right or left in the bufferline

1.6.11

1 year ago

Changelog:

  • New key combination: Ctrl + PageUp - Ctrl + PageDown to switch between tabs