Merge branch 'main' of https://dev.lugh.ch/git/oli/neovim
This commit is contained in:
commit
0c4bee0133
1 changed files with 12 additions and 1 deletions
13
init.lua
13
init.lua
|
|
@ -2,10 +2,21 @@
|
|||
My simple Neovim configuration. Made from scratch, inspired by
|
||||
https://www.youtube.com/watch?v=w7i4amO_zaE
|
||||
|
||||
EXTERNAL DEPENDENCIES
|
||||
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)
|
||||
|
||||
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)
|
||||
- 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 (e.g.
|
||||
C:\Users\foobar\AppData\Local\nvim-data\lazy\telescope-fzf-native.nvim
|
||||
--]]
|
||||
|
||||
-- Include customized configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue