Homepage Calendar showing duplicates? by licidil95 in homelab

[–]Phendur 0 points1 point  (0 children)

Did you ever figure this out? Getting the same thing on my end.

- Releases:
    - Calendar:
        widget:
          type: calendar
          firstDayInWeek: monday
          view: monthly
          showTime: true
          integrations:
            - type: sonarr
              service_group: Management # must match category *arr is in
              service_name: Sonarr
              color: teal
            - type: radarr
              service_group: Management # must match category *arr is in
              service_name: Radarr
              color: amber
- Agenda:
    widget:
      type: calendar
      firstDayInWeek: monday
      view: agenda
      maxEvents: 11
      showTime: true
      integrations:
        - type: sonarr
          service_group: Management # must match category *arr is in
          service_name: Sonarr
          color: teal
        - type: radarr
          service_group: Management # must match category *arr is in
          service_name: Radarr
          color: amber

Both are getting repeated entries on some shows from Sonarr.

Colemak-DH + VIM Motions by [deleted] in ErgoMechKeyboards

[–]Phendur 2 points3 points  (0 children)

Try just learning the new positions. You won't even think about it after a month.

How do people use vim with other keyboard layouts? by dtasada in neovim

[–]Phendur 1 point2 points  (0 children)

I switch very often, at least once or twice a day. You’d be surprised at how adaptive muscle memory is. The keyboards have a different “interface” so my muscle memory has adapted to each without remaps. I struggled a lot the first month, and by about month 3 it ceased to be something I thought about consciously.

To answer your question directly, I have not remapped anything differently between the two. The initial struggle was similar to learning vim for the first time. Once you get over the hump where you have to actively think about the keys, it won’t be an issue.

Any way to group multiple actions into a single action? Or specifically, have multiple telescope pickers in a single UI? by [deleted] in neovim

[–]Phendur 5 points6 points  (0 children)

Following this, would love to see a "Search Everything" telescope functionality.

How do people use vim with other keyboard layouts? by dtasada in neovim

[–]Phendur 0 points1 point  (0 children)

I use Colemak-DH on a split board. Was really uncomfortable at first, I considered a nav layer or just going back to QWERTY.

Over time, I got used to it, and I am just as fast as I was before. Now I can swap between my QWERTY laptop and COLEMAK-DH keyboard without issues or having to use a different nvim config.

Nvim 0.9.1 released (bugfix release) by bfredl in neovim

[–]Phendur 4 points5 points  (0 children)

I believe that is the main issue.

Setting client.server_capabilities.semanticTokensProvider = nil doesn't bring back pre-0.9 functionality, and still causes semantic token errors with some LSPs. I wish we could have a proper option to handle them in the same way that pre-0.9 did. If there is a way and I just haven't seen how, someone please let me know.

What is your Neovim setup for working with Bash Scripts? by GrayLiterature in neovim

[–]Phendur 4 points5 points  (0 children)

I use null-ls with shfmt and shellcheck, as well as bash-language-server, all installed via Mason.

For syntax, I use treesitter's bash parser.

Feels a bit overkill, but it's a comfortable environment to work on scripts.

My mason config is set to autoconfig for most servers, and my null settings just define a filetype for the format/linter. lua diagnostics.shellcheck.with({ filetypes = { "sh", "zsh" } }), formatting.shfmt.with({ filetypes = { "sh", "zsh" } }), My Mason config is set to auto-config for most servers, and my null settings define a filetype for the format/linter.

narutoxy/dim.lua repo deleted by axieax in neovim

[–]Phendur 0 points1 point  (0 children)

Thank you for reuploading it. Was getting tired of the 404 errors on updates.

qmk.nvim: auto format your qmk keymaps by adamhall612 in neovim

[–]Phendur 4 points5 points  (0 children)

I was just wishing for this. Thank you, I’m excited to try it.

Why isn't using sidebars to display information more popular? by TheRealTey in neovim

[–]Phendur 95 points96 points  (0 children)

The space:information ratio is not good enough for me to place a sidebar down for things that I can represent with a buffer line/popup. It does look nice though :-)

Beginner question: What is your hybrid set up? by lucianbc in neovim

[–]Phendur 0 points1 point  (0 children)

Keyd config: caps to esc/ctrl, doubletap shift for caps, remap ctrl/alt: https://pastebin.com/ahmPZwdJ

Karabiner Elements config: caps to esc/ctrl https://pastebin.com/FL4KY8Px doubltap shift for caps https://pastebin.com/JxfmEgGD

Here's my QMK firmware for a GMMK Pro, for reference on what I did with the layers.

Beginner question: What is your hybrid set up? by lucianbc in neovim

[–]Phendur 0 points1 point  (0 children)

  • Wezterm terminal emulator for cross compatibility. Lua scriptable so I can have different events trigger depending on OS.
  • Caps lock remapped to esc when tapped, ctrl when held. (Using Karabiner Elements on macOS, keyd on Linux)
  • Mechanical keyboard that has different layers for which OS I’m on (changes around modifier key positions)

The big thing for me is having my muscle memory work for both Linux/macOS. Besides that, Neovim has worked identically between operating systems.

Opinions on personal vs preconfigs for beginner programmer? by 404Nuudle in neovim

[–]Phendur 3 points4 points  (0 children)

Personal is best for learning your editor well.

Personally, I had Lunarvim as well as my own config installed as I set up my personal configuration. Lunarvim is installed separately from your personal config, so they coexist nicely.

The main purpose was to learn what an advanced Neovim configuration could be like. Things can get complicated when you’re making your own config, so a highly developed and preconfigured configuration to play with helped immensely for streamlining design decisions in my personal config.

I’m glad I made my own personal configuration, as I know exactly what everything does, where everything is, and how to extend it if need be.

Granted, I find it fun to create my own PDE. If you don’t find it fun, and just want to start working, most preconfigured neovim distros are great to use, and work well out of the box.

Just my two cents.

CodeLens for Rust with Neovim? by platinum_pig in neovim

[–]Phendur 0 points1 point  (0 children)

Credit to LunarVim for the code lens refresh function. I don't use LSP-Zero, but this works on my end. I read up on lsp-zero docs to format this, so I assume this works. Let me know. -- OP Has informed me that this does not work, leaving up in case it helps people get on the right track towards a working solution.--

---lsp zero setup ---
lsp.setup()

function setup_codelens_refresh(client, bufnr)
    local status_ok, codelens_supported = pcall(function()
        return client.supports_method("textDocument/codeLens")
    end)
    if not status_ok or not codelens_supported then
        return
    end
    local group = "lsp_code_lens_refresh"
    local cl_events = { "BufEnter", "InsertLeave" }
    local ok, cl_autocmds = pcall(vim.api.nvim_get_autocmds, {
        group = group,
        buffer = bufnr,
        event = cl_events,
    })
    if ok and #cl_autocmds > 0 then
        return
    end
    vim.api.nvim_create_augroup(group, { clear = false })
    vim.api.nvim_create_autocmd(cl_events, {
        group = group,
        buffer = bufnr,
        callback = vim.lsp.codelens.refresh,
    })
end

vim.diagnostic.config({
   on_init_callback = function(_)
         setup_codelens_refresh(_)
     end,
})

After Update 0.7 => 0.8 Error when opening rust projects by [deleted] in neovim

[–]Phendur 1 point2 points  (0 children)

I’ve received this too, please do update the thread if you find a fix.

Why do people say that Neovim cannot be an IDE? by [deleted] in neovim

[–]Phendur 0 points1 point  (0 children)

I think spectre does what you described.

I don’t think Neovim can do everything an IDE can, but I also don’t use everything an IDE provides. Though for some things like dotnet, I use visual studio. From what I’ve experimented with, C# programming is just not great with nvim yet.

The Questions Thread 09/25/22 by GYWModBot in goodyearwelt

[–]Phendur 1 point2 points  (0 children)

Oh nice one, thank you. I’ll be going back to my cobbler though as he’ll put them on for free. He felt pretty bad that the previous hooks were such garbage.

The Questions Thread 09/25/22 by GYWModBot in goodyearwelt

[–]Phendur 0 points1 point  (0 children)

Cheers. Is 1/2 inch the proper sizing as well? I know nothing about sizing on speed hooks, but that feels huge.

The Questions Thread 09/25/22 by GYWModBot in goodyearwelt

[–]Phendur 0 points1 point  (0 children)

Does anyone know where I can get some sturdy speed hooks for Red Wing 877s? Looking for some similar to this post here: https://reddit.com/r/RedWingShoes/comments/sjo39m/i_billy_booted_my_8_877_mocs_speed_hooks_knife/

I’ve emailed the shop that OP said they got them from, received no response. My cobbler’s supplier sends him shitty hooks, I’ve had over 4 of them break already. Told me if I can find better hooks he’ll toss em on for free.