mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-09 03:56:11 +00:00
Merge branch 'main' into feat/gettext
This commit is contained in:
commit
162c1ff691
3 changed files with 5 additions and 2 deletions
|
|
@ -64,6 +64,10 @@
|
||||||
- Changed the prettier-plugin-astro build to use `writableTmpDirAsHomeHook` to
|
- Changed the prettier-plugin-astro build to use `writableTmpDirAsHomeHook` to
|
||||||
avoid pnpm hook failures in sandboxed builds.
|
avoid pnpm hook failures in sandboxed builds.
|
||||||
|
|
||||||
|
- Fix `vim.utility.leetcode-nvim` adding `fzf-lua` to `vim.startPlugins` when
|
||||||
|
`vim.fzf-lua` already manages the plugin lazily, avoiding duplicate `/start`
|
||||||
|
and `/opt` installs and the corresponding `mnw` evaluation warning.
|
||||||
|
|
||||||
[taylrfnt](https://github.com/taylrfnt)
|
[taylrfnt](https://github.com/taylrfnt)
|
||||||
|
|
||||||
- Introduce a `darwinModule` option for Darwin users. The ergonomics of
|
- Introduce a `darwinModule` option for Darwin users. The ergonomics of
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
marksman = {
|
marksman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cmd = [(getExe pkgs.marksman) "server"];
|
cmd = [(getExe pkgs.marksman) "server"];
|
||||||
filetypes = ["markdown" "markdown.mdx"];
|
filetypes = ["markdown" "mdx"];
|
||||||
root_markers = [".marksman.toml" ".git"];
|
root_markers = [".marksman.toml" ".git"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@ in {
|
||||||
vim = {
|
vim = {
|
||||||
startPlugins = [
|
startPlugins = [
|
||||||
"plenary-nvim"
|
"plenary-nvim"
|
||||||
"fzf-lua"
|
|
||||||
"nui-nvim"
|
"nui-nvim"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue