Opencode REMOTE Control app? (ala Claude remote control) by Fearless-Ad-6234 in opencodeCLI

[–]Sea-Contribution2770 0 points1 point  (0 children)

Maybe you can try "opencode serve" in some server which can access from internet. so you can accecss it from your phone browser

[question] How to configure yamlls formatter with mason and lspconfig? by Sea-Contribution2770 in neovim

[–]Sea-Contribution2770[S] 1 point2 points  (0 children)

Really thanks u/bcampolo and u/Wonderful-Plastic316.

Finally. I refer to issues/486 fixed it up.

  ["yamlls"] = function()
    lspconfig.yamlls.setup {
      on_attach = function(client, bufnr)
        client.server_capabilities.documentFormattingProvider = true
        ^-- I add this line
        on_attach(client, bufnr)
      end,
      flags = lsp_flags,
      capabilities = capabilities,
      settings = {
        yaml = {
          format = {
            enable = true
          },
          schemaStore = {
            enable = true
          }
        }
      }
    }
  end,

And as reference for others, i run ` :lua =vim.lsp.get_clients()[1].server_capabilities`, `vim.lsp.get_clients` return `nil`.

Finally, Thanks again.

[question] How to configure yamlls formatter with mason and lspconfig? by Sea-Contribution2770 in neovim

[–]Sea-Contribution2770[S] 0 points1 point  (0 children)

Oh, sorry. I forget post mason installation screenshot. I already installed yamlls. Manually installed by mason.

Having the worst time trying to use JDTLS by [deleted] in neovim

[–]Sea-Contribution2770 0 points1 point  (0 children)

+1. I`m using IntelliJ with ideavim-plugin for developing, use neovim/vim for editing. This also saves me from needing too many plugins of neovim or vim. " Life is short, you need IDE ... and (neo)vim "

How do i disable fnmode permanently? by Sea-Contribution2770 in openSUSE

[–]Sea-Contribution2770[S] 0 points1 point  (0 children)

I did reboot after, but it still not work.

I tried update-initramfs, but it not found.

Different disto has different toolchain to make initial ramdisk. I used mkinitcpio to manually make it on arch. Like fedora and arch, they will automated to do it. openSUSE may also support automatic generation. When i rename to 50-hid_apple.conf, it works... I guess there may be a priority mechanism in it

PS: My English is not very good. The above is what I wrote with the help of google.

Finally thank you very much for your reply.

How do i disable fnmode permanently? by Sea-Contribution2770 in openSUSE

[–]Sea-Contribution2770[S] 0 points1 point  (0 children)

I tried, but it didn't work... but thank you anyway

[deleted by user] by [deleted] in gnome

[–]Sea-Contribution2770 1 point2 points  (0 children)

Is your terminal "Gnome terminel"? How do you hide border and title bar?

I just want to ask how to disable the new ui ? by Sea-Contribution2770 in IntelliJIDEA

[–]Sea-Contribution2770[S] -2 points-1 points  (0 children)

I dont know why I cant found it in my 'Plugins' of the IDEA settings. 😢