Neovim IDE setup from scratch

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024
  • How to configure Neovim to act as full-fledged IDE with treesitter and native LSP support.
    For more info see the accompanying repository at github.com/nik...

ความคิดเห็น •

  • @velocibeaver8537
    @velocibeaver8537 3 ปีที่แล้ว +7

    This video was a life saver. A simple, clean neovim skeleton configuration to build off of. I was moments away from giving up on coding in neovim when I encountered this video. Thanks!

  • @notjustcode2760
    @notjustcode2760 3 ปีที่แล้ว +4

    Nik has single-handedly gotten me interested in Vim again after a long hiatus 👍

  • @ther0ss
    @ther0ss 3 ปีที่แล้ว +3

    This is exactly what I needed. Thanks Nik- keep it coming

  • @udayyadav5017
    @udayyadav5017 3 ปีที่แล้ว +3

    Superb this was a great help, i appreciate it

  • @memoryman51
    @memoryman51 3 ปีที่แล้ว +2

    Great start! Keep it coming.

  • @m2tdev
    @m2tdev 2 ปีที่แล้ว +1

    thanks

  • @gillarajieprasatya8798
    @gillarajieprasatya8798 3 ปีที่แล้ว +2

    i cannot set the font and icon from nerdfont, how to setting up this on ur nvim IDE?

  • @noyalmartin9729
    @noyalmartin9729 3 ปีที่แล้ว +3

    Can you add autopairs also? It would be very useful...

  • @alefdoreu
    @alefdoreu 3 ปีที่แล้ว +4

    Thanks a bunch. I've combined this config with my old config

  • @chillydoog
    @chillydoog 2 ปีที่แล้ว +1

    if you have a .vimrc setup, will it interfere with .neovimrc?

    • @chillydoog
      @chillydoog 2 ปีที่แล้ว +1

      By default neovims configuration files are stored at $XDG_CONFIG_HOME/nvim/.
      There you can also place your init.vim.
      With this setup neovim and vims configuration are not interfering with each other.

  • @MarkusBurrer
    @MarkusBurrer 3 ปีที่แล้ว +3

    Thanks for that. Exactly what I'm looking for

  • @webmandman
    @webmandman 3 ปีที่แล้ว +1

    If I just drop your files into my nvim folder will it work?

  • @ashishpatwal1465
    @ashishpatwal1465 3 ปีที่แล้ว +1

    But we still haven't got native auto-completion . Currently neovim supports only manual-completion with omnifunc

  • @kez99
    @kez99 3 ปีที่แล้ว +2

    Hello, what font are you using?

    • @technikly546
      @technikly546  3 ปีที่แล้ว

      Victor mono with the nerd fonts patch! github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/VictorMono/Regular/complete/Victor%20Mono%20Regular%20Nerd%20Font%20Complete.ttf

  • @memoryman51
    @memoryman51 3 ปีที่แล้ว +8

    Can you increase the font size on your next video please?

  • @doombringer5953
    @doombringer5953 3 ปีที่แล้ว +1

    where did this lua folder come from, and the files within

    • @doombringer5953
      @doombringer5953 3 ปีที่แล้ว

      from where did u get those lua files. I am gettting error after putting that last lua thing

  • @jasonhilder707
    @jasonhilder707 3 ปีที่แล้ว +1

    Hey, thanks for the video it's been a great help, I noticed when you work with TS files it was showing the docs next to the auto complete, I have cloned your repo but mine doesn't show the documentation any idea?

    • @webmandman
      @webmandman 3 ปีที่แล้ว

      Did you figure this out?

  • @kaptenhaddock4716
    @kaptenhaddock4716 3 ปีที่แล้ว +1

    Thanks, great video!
    Using your config
    :LspInstall php does not enable php.
    :LspInfo 0 client attached to buffer
    However
    :LspInstall lua is enabled
    :LspInfo 1 client attached to buffer
    So I assume there something's wrong with the attachment.
    Any suggestions?

    • @kaptenhaddock4716
      @kaptenhaddock4716 3 ปีที่แล้ว

      Ubuntu: Solution install nodejs new version with apt. The one I installed with snap wasn't used by neovim...