mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-10 15:10:04 +00:00
languages/beancount: init
Create the `vim.languages.beancount` module using `bean-format` and `beancount-language-server`.
This commit is contained in:
parent
6681e33727
commit
7b8d5f9eaf
4 changed files with 137 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
following:
|
||||
|
||||
```shell
|
||||
(class: "nixos") cannot be imported into a module
|
||||
(class: "nixos") cannot be imported into a module
|
||||
evaluation that expects class "darwin".
|
||||
```
|
||||
|
||||
|
|
@ -294,4 +294,12 @@ https://github.com/gorbit99/codewindow.nvim
|
|||
|
||||
- Fix `vim.assistant.codecompanion-nvim` lazy loading with [blink-cmp]
|
||||
|
||||
[gmvar](https://github.com/gmvar):
|
||||
|
||||
[beancount-language-server]: https://github.com/polarmutex/beancount-language-server
|
||||
[bean-format]: https://github.com/beancount/beancount
|
||||
|
||||
- Add beancount support under `vim.languages.beancount` using
|
||||
[beancount-language-server] and [bean-format].
|
||||
|
||||
<!-- vim: set textwidth=80: -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue