mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 02:15:59 +01:00
added changelog entry
This commit is contained in:
parent
42d7294a5e
commit
27c045bc9d
1 changed files with 7 additions and 0 deletions
|
@ -108,6 +108,7 @@ everyone.
|
|||
plugin's options can now be found under `indentBlankline.setupOpts`, the
|
||||
previous iteration of the module also included out of place/broken options,
|
||||
which have been removed for the time being. These are:
|
||||
|
||||
- `listChar` - this was already unused
|
||||
- `fillChar` - this had nothing to do with the plugin, please configure it
|
||||
yourself by adding `vim.opt.listchars:append({ space = '<char>' })` to your
|
||||
|
@ -191,3 +192,9 @@ everyone.
|
|||
- Telescope:
|
||||
- Fixed `project-nvim` command and keybinding
|
||||
- Added default ikeybind/command for `Telescope resume` (`<leader>fr`)
|
||||
|
||||
[Soliprem](https://github.com/Soliprem)
|
||||
|
||||
- R:
|
||||
- Added LSP
|
||||
- Added Treesitter
|
||||
|
|
Loading…
Reference in a new issue