mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-21 03:46:37 +00:00
docs: fix obsidian breaking change bisection
This commit is contained in:
parent
a7cfe3c6dc
commit
d03d8d78dd
1 changed files with 6 additions and 5 deletions
|
|
@ -20,15 +20,16 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Some other settings and commands are now deprecated but are still supported.
|
||||||
|
|
||||||
|
- The `setupOpts.mappings` options were also removed. Use the built-in Neovim
|
||||||
|
settings (nvf's {option}`vim.keymaps`)
|
||||||
|
|
||||||
- `languages.{terraform,hcl}`: LSP servers now default to `tofu-ls`. While this
|
- `languages.{terraform,hcl}`: LSP servers now default to `tofu-ls`. While this
|
||||||
is unlikely to cause any noticeable change in behavior or breakage, it's
|
is unlikely to cause any noticeable change in behavior or breakage, it's
|
||||||
mentioned just in case.
|
mentioned just in case.
|
||||||
|
|
||||||
Some other settings and commands are now deprecated but are still supported.
|
|
||||||
|
|
||||||
- The `setupOpts.mappings` options were also removed. Use the built-in Neovim
|
|
||||||
settings (nvf's {option}`vim.keymaps`)
|
|
||||||
|
|
||||||
[Snoweuph](https://github.com/snoweuph)
|
[Snoweuph](https://github.com/snoweuph)
|
||||||
|
|
||||||
- "Correct `languages.go.treesitter` to contain all Go file types.
|
- "Correct `languages.go.treesitter` to contain all Go file types.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue