home.social

#nvimcmp — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nvimcmp, aggregated by home.social.

fetched live
  1. @pythno There's another simple thing you could do. Suppose you're using #nvimcmp for completions then, disable the plugin for c and c++ files.

    #neovim

  2. @pythno There's another simple thing you could do. Suppose you're using #nvimcmp for completions then, disable the plugin for c and c++ files.

    #neovim

  3. @farcaller For me nvim-cmp was really difficult to configure. The documentation was almost nonexistent or not suitable for my plugin manager. So, if you can make it work then, good for you. Btw, other than this issue blink.cmp is working, right ?

    #neovim #nvim #nvimcmp #blinkcmp

  4. @farcaller For me nvim-cmp was really difficult to configure. The documentation was almost nonexistent or not suitable for my plugin manager. So, if you can make it work then, good for you. Btw, other than this issue blink.cmp is working, right ?

    #neovim #nvim #nvimcmp #blinkcmp

  5. I figured out a solution with additional formatting settings in `nvim-cmp`.
    This playlist is a gold mine: youtube.com/playlist?list=PLOe

    #neovim #nvim #nvimcmp

  6. @Toxic_Flange I use #lazy as the plugin manager and am very fond of it.
    Now, onto the plugins: #TreeSitter of course, #NVimCmp for completion with #LuaSnip for snippets, #LspConfig and #Mason for easy-as-hell-config®.
    There are also color schemes, I personnaly use and love #kanagawa.
    You can have a look at what I use here if you want: gitlab.com/pcoves/nvim/-/blob/
    Be sure not to copy paste as my setup might not feet your needs.