Skip to content

radiaku/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nvim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published