Skip to content

JorgeCSH/NVim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim, My Current Setup

About

This repository contains my configurations and options for my Vim-based code editor, serving as a backup to avoid losing them in case of mistakes. This repository/branch is an updated version of a previous one, where I have finally changed the package manager from Packer to Lazy.nvim. If you're reading this and like my setup, feel free to fork and use it :D! If you have suggestions or improvements, let me know, I’d be happy to take a look1.

Anything sourced from elsewhere will have proper references, along with any credit for ideas I adopt.

I used ThePrimeagen's "0 to LSP; Neovim RC From Scratch" video as a starting point for my setup (Packer).

Installation

  1. Clone the repository.
  2. Copy the "nvim" directory into your .config directory.
  3. Navigate to the nvim directory and type nvim . to access the current directory in ``Neovim mode''. If everything goes correctly, Lazy (the package manager) should begin the installation process.
  4. After Lazy finishes cooking2, you should be able to use this Neovim configuration. It is recommended to explore all the options the package manager offers before quitting..
  5. For icons, install Nerd Fonts using either sudo apt-get install nerd-fonts (for Debian-based systems) or sudo pacman -S nerd-fonts (for Arch-based systems). You can choose the one you prefer. IMPORTANT: Not all fonts work, so please verify that the one you choose is compatible.
  6. If you want, Copilot3 comes with lazyvim with lazyvimextras.
  7. To use it as a LaTeX editor, you need to install the vimtex package (plugin for Neovim), latexmk (compiler), and a PDF viewer (I'm using Zathura).

Tmux

With this setup, I've included my tmux config. To use it, you'll need to install the tmux plugin manager and then copy the .tmux file.

Final Words

For now, I don't have any final thoughts, so... enjoy (or suffer) with my text editor.

Future Updates4

  • Replace the file explorer (the current one was the first I found).
  • Setup Tmux.
  • Latex editor config.
  • Customize the greeter.

Some Screenshots

Greetings Using_it Latex_editor5

References

Footnotes

  1. For now, January 29th, I'm still a bit of a newbie for you to know.

  2. Installing packages.

  3. You dirty [REDACTED]. 2

  4. Still cooking.

  5. LaTeX version of the compiled document created by "Pablo Pizarro".

About

Repository to store my Neovim/Vim text and code editor settings and configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors