Skip to content

Releases: yttrion/doomnvim

doomnvim 0.1.8.2

12 Apr 10:08
Compare
Choose a tag to compare

doomnvim v0.1.8.2

Changelog

Changed

  • Migrated NerdTree config file to lua file
  • Changed multiline write
  • Cleanup of code

Removed

  • Removed commands.vim to cleanup code
  • Removed unused functions from installer.sh

Fixed

  • Fixed NerdTree lua configuration
  • Wrong default colorscheme name
  • Documentation not showing
  • BFC not created
  • Colorscheme in BFC not saved nor changed

Errors

doomnvim may note completely delete user-defined plugins that were previously used. There will be a patch for main and dev branch as soon as the bug is fixed. In the meantime please delete manually the plugins that you want to remove, from the $HOME/.doomnvim/logs/upkg file and from the $HOME/.doomnvim/plugged/ directory

Will display errors on first launch, press Enter until gone.

doomnvim 0.1.8

01 Aug 18:24
Compare
Choose a tag to compare
doomnvim 0.1.8 Pre-release
Pre-release

doomnvim v0.1.8

Changelog

Changed

  • Changed spaceline.vim to staline.vim
  • Changed NERDTree to nvim-tree
  • Cleanup of code

Added

  • Added config file for lua plugins

Removed

  • Removed vimade because of loading time
  • Removed Vista.nvim and switched back to Tagbar
  • Removed indentLines.vim

Fixed

  • Hot reload when doing an update
  • Trying to make the interface consistent

doomnvim 0.1.7.1

11 Jun 12:13
1ca5acd
Compare
Choose a tag to compare

doomnvim v0.1.7.1

Changelog

Changed

  • Changed vim-clap for Telescope.nvim
  • Changed some keybindings to work with Telescope.nvim

Fixed

  • Fixed installer for user plugins
  • Fixed uninstaller for user plugins

doomnvim 0.1.7 pre-release

21 Feb 10:52
Compare
Choose a tag to compare
Pre-release

pre-release

doomnvim v0.1.7

Changelog

Added

  • Added g:doomnvim_disabled_pluginsthat prevents certains plugins to load
  • Added g:doomnvim_custom_pluginsthat allow the user to add plugins.
  • Added the ToggleConceal()function
  • Added acknowledgment in README.md

Changed

  • Slight edits for vim_which_key configuration
  • Cleaned some configuration files
  • Switched tagbar to vista since it supports lsp

Fixed

  • Fixed session loading not using the correct path
  • Fixed installer update error
  • Fixed sed syntax
  • Fixed calls to execute() instead of system()

Note

  • This version install custom plugins but does not remove custom plugins installed via g:doomnvim_custom_plugins.
  • Plugins installed with g:doomnvim_custom_plugins will be loaded on the next launch of doomnvim

doomnvim 0.1.6

29 Jan 22:30
aa309a4
Compare
Choose a tag to compare

doomnvim 0.1.6

Changelog

Added

  • Ability to move buffer
  • Ability to disable specific plugins on start with the g:doomnvim_disabled_plugins arrray
  • ToggleConcelLevel() function

Fixed

  • Fixed <Space> keybindings not showing as intended
  • Fixed session saves and dictionnary
  • Fixed typos in autoload/doomnvim.vim
  • Fixed nvim-bufferline.lua configuration

Changed

  • Changed keybindings to match some of doom-emacs
  • Removed outdated config
  • Disabled g:doomnvim_check_updates by default
  • Forced expandtab by default

doomnvim 0.1.6-pre

05 Jan 15:29
1f16bdb
Compare
Choose a tag to compare
doomnvim 0.1.6-pre Pre-release
Pre-release

pre-release

doomnvim 0.1.6-pre

Changelog

Added

  • Ability to move buffer

Fixed

  • Fixed <Space> keybindings not showing as intended
  • Fixed session saves and dictionnary
  • Fixed typos in autoload/doomnvim.vim

Changed

  • Changed keybindings to match some of doom-emacs
  • Removed outdated config
  • Disabled g:doomnvim_check_updates by default
  • Forced expandtab by default

doomnvim 0.1.5-2

16 Dec 14:25
Compare
Choose a tag to compare

doomnvim 0.1.5-2

Changelog

Added

  • Ability to install neovim>=0.5.X
  • Updated documentation

Fixed

  • Fixed colorscheme edition with Dashboard-nvim
  • Fixed ZZ not making use of logging
  • Fixed line numbers showing 0

Changed

  • Removed vim-workspace and vim-startify to use dashboard-nvim
  • Removed lightline.vim for spaceline.vim
  • Disabled vsplit by default
  • Enabled IndentLine
  • Constant header for doomnvim

doomnvim 0.1.5-1

19 Nov 13:51
49c18ae
Compare
Choose a tag to compare

doomnvim 0.1.5-1

Changelog

Added

  • Use of indentline instead of vim-airline
  • Added full log support
  • Documentation
  • Added keybindings
  • Added nvim-bufferline.lua for neovim>=0.5 users
  • All files opened with NERDTree now open in a new vertial split

Fixed

  • Fixed toggle line number
  • Cleaned the config/plugin/ directory
  • Most configuration files are now loaded by autoload

doomnvim 0.1.4-1

26 Oct 09:58
6c0782e
Compare
Choose a tag to compare
doomnvim 0.1.4-1 Pre-release
Pre-release

doomnvim beta 0.1.4-1

Patch n°1

Changelog

Added

  • Added full log support
  • doomnvim dumps internal vim errors to the log file
  • Added netrwc as file opener

Fixed

  • Fixed vimscript syntax using dangerous operators
  • Fixed colors in install.sh
  • Buffer resize is now based on the window size instead of an arbitrary value
  • functions.vim, gui.vim, globals.vim are now loaded by autoload

doomnvim 0.1.4

24 Oct 12:35
eb65306
Compare
Choose a tag to compare
doomnvim 0.1.4 Pre-release
Pre-release

doomnvim beta 0.1.4

Changelog

  • Fixed log levels
0 : No logs
1 : Errors only
2 : Errors and messages
3 : Errors and messages with echo
  • Added workspace support, closing issue #3