mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-11 07:23:19 +00:00
Merge branch 'main' into fix/invalid-keys-in-haskell-tools
This commit is contained in:
commit
918d5ba82c
10 changed files with 230 additions and 5 deletions
|
|
@ -127,7 +127,7 @@ vim.api.nvim_set_keymap('n', '<leader>a', ':lua camelToSnake()<CR>', { noremap =
|
|||
and `disabled_filetypes` through the new options:
|
||||
{option}`vim.statusline.lualine.alwaysDivideMiddle`,
|
||||
{option}`vim.statusline.lualine.ignoreFocus` and
|
||||
{option}`vim.statusline.lualine.disabledFiletypes`).
|
||||
{option}`vim.statusline.lualine.disabledFiletypes.statusline`).
|
||||
|
||||
- Updated all plugin inputs to their latest versions (**21.04.2024**) - this
|
||||
brought minor color changes to the Catppuccin theme.
|
||||
|
|
|
|||
|
|
@ -133,6 +133,14 @@
|
|||
|
||||
## Changelog {#sec-release-0-9-changelog}
|
||||
|
||||
[ErinaYip](https://github.com/ErinaYip):
|
||||
|
||||
- Fixed and updated `lualine` options:
|
||||
- Enabled the previously unmapped
|
||||
{option}`vim.statusline.lualine.ignoreFocus`.
|
||||
- Added {option}`vim.statusline.lualine.disabledFiletypes.statusline` and
|
||||
{option}`vim.statusline.lualine.disabledFiletypes.winbar`.
|
||||
|
||||
[SecBear](https://github.com/SecBear):
|
||||
|
||||
- Renamed `setupOpts.strategies` to `setupOpts.interactions` in the
|
||||
|
|
@ -273,6 +281,9 @@
|
|||
|
||||
- Allow disabling nvf's vendored keymaps by toggling `vendoredKeymaps.enable`.
|
||||
|
||||
- Add {option}`vim.languages.pug.enable`, which adds the treesitter grammar and
|
||||
enables `emmet-ls` for pug files.
|
||||
|
||||
[pyrox0](https://github.com/pyrox0):
|
||||
|
||||
- Added [rumdl](https://github.com/rvben/rumdl) support to `languages.markdown`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue