--[[ My simple Neovim configuration. Made from scratch, inspired by https://www.youtube.com/watch?v=w7i4amO_zaE NOTE: EXTERNAL DEPENDENCIES MACOS - ripgrep (https://github.com/BurntSushi/ripgrep, used by telescope) - fd (https://github.com/sharkdp/fd, used by telescope) - A Nerd font (https://www.nerdfonts.com/, used by nvim-web-devicons) NOTE: EXTERNAL DEPENDENCIES WINDOWS See https://blog.nikfp.com/how-to-install-and-set-up-neovim-on-windows - ripgrep (https://github.com/BurntSushi/ripgrep, used by telescope) - fd (https://github.com/sharkdp/fd, used by telescope) - A Nerd font (https://www.nerdfonts.com/, used by nvim-web-devicons) - nodejs-lts (used for npm to install prettier) - then run "npm i -g npm" - zig, wget, unzip, git, fzf - make, mingw, cmake (https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation) Then run "make" in your users telescope-fzf-native plugin directory: C:\Users\foobar\AppData\Local\nvim-data\lazy\telescope-fzf-native.nvim --]] -- Include customized configuration require("weeheavy")