Skip to content

Commit

Permalink
Merge pull request #288 from NotAShelf/additional-luafile
Browse files Browse the repository at this point in the history
wrapper/rc: add vim.extraLuaFiles
  • Loading branch information
NotAShelf authored May 10, 2024
2 parents ea5f229 + 407ecf0 commit 2615c56
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 120 deletions.
12 changes: 8 additions & 4 deletions docs/release-notes/rl-0.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ Release notes for release 0.7

[ItsSorae](https://github.com/ItsSorae):

- Added support for [typst](https://typst.app/) under `vim.languages.typst`
This will enable the `typst-lsp` language server, and the `typstfmt` formatter
- Added support for [typst](https://typst.app/) under `vim.languages.typst` This
will enable the `typst-lsp` language server, and the `typstfmt` formatter

[frothymarrow](https://github.com/frothymarrow):

- Modified type for [](#opt-vim.visuals.fidget-nvim.setupOpts.progress.display.overrides)
from `anything` to a `submodule` for better type checking.
- Modified type for
[](#opt-vim.visuals.fidget-nvim.setupOpts.progress.display.overrides) from
`anything` to a `submodule` for better type checking.
- Fix null `vim.lsp.mappings` generating an error and not being filtered out.

[horriblename](https://github.com/horriblename):
Expand All @@ -25,6 +26,9 @@ Release notes for release 0.7
automatically if you have autoformatting enabled, but can be disabled manually
if you choose to.

- Add `vim.extraLuaFiles` for optionally sourcing additional lua files in your
configuration.

- Refactor `programs.languages.elixir` to use lspconfig and none-ls for LSP and
formatter setups respectively. Diagnostics support is considered, and may be
added once the [credo](https://github.com/rrrene/credo) linter has been added
Expand Down
Loading

0 comments on commit 2615c56

Please sign in to comment.