Nvim Configurations
Go to file
2023-09-26 14:11:59 +01:00
after/plugin added a lot of stuff 2023-09-14 20:38:52 +01:00
lua/andr3 Added go and htmlcls lsps 2023-09-26 14:08:09 +01:00
plugin rm packer_compiled 2023-09-26 14:10:59 +01:00
.gitignore changed theme 2023-07-08 23:33:53 +01:00
init.lua Inital Commit 2023-05-08 18:41:49 +01:00
README.md updated README 2023-06-12 15:57:28 +01:00

My NeoVim configuration

Requirements

To install packer run

git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim

To run LSP (autocomplete) you will also need the server for that language. Currently, the languages servers that are configured are:

Instalation

  1. After installing neovim and packer clone this repo to .config/nvim.
  2. Start up NeoVim and run :PackerSycn
  3. Restart neovim

Some useful shortcuts

  • ' f': Find files uses fuzzy finding to search for files in the folder you are currently are
  • ' /': Search the files using grep
  • '': Open file structure
  • 'gd': Goto definition
  • 'K': Show call signature
  • ']d': Goto next error
  • '[d': Goto previous error