mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	leap: added changelog entry
This commit is contained in:
		
					parent
					
						
							
								92a7bfc4b8
							
						
					
				
			
			
				commit
				
					
						6aac9b2580
					
				
			
		
					 1 changed files with 11 additions and 8 deletions
				
			
		|  | @ -28,10 +28,11 @@ configuration formats. | |||
| 
 | ||||
| ### `vim.maps` rewrite {#sec-vim-maps-rewrite} | ||||
| 
 | ||||
| Instead of specifying map modes using submodules (eg.: `vim.maps.normal`), a new `vim.keymaps` | ||||
| submodule with support for a `mode` option has been introduced. It can be either a string, or a | ||||
| list of strings, where a string represents the short-name of the map mode(s), that the mapping | ||||
| should be set for. See `:help map-modes` for more information. | ||||
| Instead of specifying map modes using submodules (eg.: `vim.maps.normal`), a new | ||||
| `vim.keymaps` submodule with support for a `mode` option has been introduced. It | ||||
| can be either a string, or a list of strings, where a string represents the | ||||
| short-name of the map mode(s), that the mapping should be set for. See | ||||
| `:help map-modes` for more information. | ||||
| 
 | ||||
| For example: | ||||
| 
 | ||||
|  | @ -62,7 +63,6 @@ Note that we are looking to add more alternatives in the future like | |||
| dressing.nvim and actions-preview.nvim, in case fastaction doesn't work for | ||||
| everyone. | ||||
| 
 | ||||
| 
 | ||||
| ## Changelog {#sec-release-0.7-changelog} | ||||
| 
 | ||||
| [ItsSorae](https://github.com/ItsSorae): | ||||
|  | @ -150,12 +150,15 @@ everyone. | |||
| - Replace `vim.lsp.nvimCodeActionMenu` with `vim.ui.fastaction`, see the | ||||
|   breaking changes section above for more details | ||||
| 
 | ||||
| - Add a `setupOpts` option to nvim-surround, which allows modifying options that aren't defined in nvf. Move the alternate nvim-surround keybinds to use `setupOpts`. | ||||
| - Add a `setupOpts` option to nvim-surround, which allows modifying options that | ||||
|   aren't defined in nvf. Move the alternate nvim-surround keybinds to use | ||||
|   `setupOpts`. | ||||
| 
 | ||||
| [Neovim documentation on `vim.cmd`]: https://neovim.io/doc/user/lua.html#vim.cmd() | ||||
| 
 | ||||
| - Make Neovim's configuration file entirely Lua based. This comes with a few | ||||
|   breaking changes: | ||||
| 
 | ||||
|   - `vim.configRC` has been removed. You will need to migrate your entries to | ||||
|     Neovim-compliant Lua code, and add them to `vim.luaConfigRC` instead. | ||||
|     Existing vimscript configurations may be preserved in `vim.cmd` functions. | ||||
|  | @ -242,10 +245,10 @@ everyone. | |||
| - Add LSP and Treesitter support for R under `vim.languages.R`. | ||||
| - Add Otter support under `vim.lsp.otter` and an assert to prevent conflict with | ||||
|   ccc | ||||
| - changed default keybinds for leap.nvim to avoid altering expected behavior | ||||
| 
 | ||||
| [Bloxx12](https://github.com/Bloxx12) | ||||
| 
 | ||||
| - Add support for [base16 theming](https://github.com/RRethy/base16-nvim) under | ||||
|   `vim.theme` | ||||
| - Fix internal breakage in `elixir-tools` setup. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Soliprem
				Soliprem