Doniyor Tokhirov

Results 13 comments of Doniyor Tokhirov

Didn't notice an update came out, I installed nu a few days ago. Anyhow, the problem still persists: ![image](https://github.com/nushell/nushell/assets/25223592/438356d7-a940-47f2-93b3-23d5133d533c) the entire config.nu is just `$env.PROMPT_COMMAND = {|| "nushell\n--" }`. And...

I personally use Starship's default configuration for prompts, and their prompts start with a new line. Thanks for checking the issue out.

I don't have anything set for the `daily_notes.alias_format`. Here is my entire config: ```lua require("obsidian").setup({ sort_by = "accessed", disable_frontmatter = true, workspaces = { { name = "personal", path =...

I have done some tests, and it seems that the alias is getting set to a timestamp because lua doesn't understand what is going on when doing date printing. It...

It doesn't have to be the Id. Obsidian replaces `{{title}}` with the file name, while obsidian.nvim doesn't. Thats the core of the issue. We should make the documentation more obvious...

What is currently blocking the PR? Would really love to have distant install on my NixOS system.

Oh I see thanks. I decided to disable all tests as a temporary workaround.

>Would it be possible to get some nix deployment integrated into the release workflow, or a nix specific github workflow? I think it would be best to make it separate,...

I have looked through the nix code to see how the hash is generated but no luck. Maybe you will have more success. But note that the hash is generated...

The issue stands with the following config. I am using Windows 11, that could be part of the issue. ```bash > nvim -v NVIM v0.10.0 Build type: Release LuaJIT 2.1.1713484068...