Basic Features for Writing LaTeX in NeoVim

Sdílet
Vložit
  • čas přidán 20. 02. 2023
  • This video reviews some of the basic features included in my Lua config of NeoVim for writing LaTeX documents. You can find more information in the CheatSheet in my GitHub repo linked below, as well as the help documentation for the VimTex plugin:
    github.com/benbrastmckie/.con...
    github.com/lervag/vimtex
    For installation instructions, see my config in GitHub:
    github.com/benbrastmckie/.config

Komentáře • 10

  • @alonso0188
    @alonso0188 Před rokem +5

    Thank you man, i really appreciate this video.

  • @RonyDeiksonSantana
    @RonyDeiksonSantana Před 2 dny

    Great!!!

  • @Jan-zt8zj
    @Jan-zt8zj Před 3 měsíci +1

    hey, greate video - could you share what part makes the clicking and highlighting (synchronization 2:27) possible?
    note: also using lazyvim and vimtex, as well as zathura with alacritty

    • @benbrastmckie
      @benbrastmckie  Před 3 měsíci +1

      The GitHub repo has lots of information and is a better place to raise an issue if the documentation is not clear.

  • @AlexanderRead-kc2wv
    @AlexanderRead-kc2wv Před rokem

    Hi Ben, thanks for this series! Quick question--I followed the installation instructions on your config page, and have (i) forked your master branch into a config repository; (ii) pulled this repo onto my local branch. However, when I run 'nvim' from the terminal, an error message appears saying
    :lua/user/sessions.lua:2: module 'session_manager' not found ...
    I'm not sure why this is the case, as I'm using your setup and haven't started tweaking anything (yet). Any advice would be appreciated.

    • @benbrastmckie
      @benbrastmckie  Před rokem +2

      You might check to see if "Shatur/neovim-session-manager" appears in the plugins.lua file. Feel free to open an issue for my config on GitHub where it will be easier to sort out what the problem might be.

  • @kubamaliszewski1167
    @kubamaliszewski1167 Před 10 měsíci

    I thought print bibliography command only generate things you cited not all works in bib file

  • @daviddragomir9156
    @daviddragomir9156 Před rokem

    Hi! I was searching to add your config in my nvim setup but it doesn’t really work nice.. idk if it’s because you readme isn’t updated with the new lua config.. anyway when u’ll make a tutorial on how to clone it on macos w lua? ;) 😊Thank you

    • @benbrastmckie
      @benbrastmckie  Před rokem

      I've been a bit backed up with work, but hope to get to more videos in the coming days. Sorry for the delay!