Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 1.45 KB

readme.md

File metadata and controls

69 lines (55 loc) · 1.45 KB

Config for my neovim, you need atleast neovim 0.10.1

Tool

Linux

sudo apt install fzf
sudo apt install fd 
sudo apt install lua 
sudo apt install luarocks 
sudo apt install luajit 
sudo apt install python3-pip
sudo apt install python3-venv -y
apt install unzip 7z

Windows

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression

  • or Advanced Scoop
irm get.scoop.sh -outfile 'install.ps1'
then
.\install.ps1 -ScoopDir 'C:\Scoop' -ScoopGlobalDir 'C:\GlobalScoop' -NoProxy

  • Run Scoop
scoop bucket add extras
scoop bucket add nerd-fonts

scoop install 7zip cacert curl fzf fd gawk gzip innounp lazygit  lua-for-windows luarocks ripgrep sed sudo unzip vim wget 
npm install -g neovim

    - if you dont install rust
    npm install -g tree-sitter-cli
rustup toolchain install stable-x86_64-pc-windows-gnu
cargo install cargo-update
cargo install tree-sitter-cli

Note

Dont forget checking for fzf searching on windows
check on keymaps.lua for all map keymap
telescope.lua