Skip to content

akvus/akv-vim-config

Repository files navigation

akv-vim-config

Please note, I'm moving away from this configuration towards customized LunarVim config.

Extra set up

  1. Install fonts: FiraCode and set up at PowerShell, terminal etc.
  2. Install FZF on terminal

Unix (linux, macos etc)

  1. Install vim-plug https://github.com/junegunn/vim-plug
  2. Install nvim https://github.com/neovim/neovim
  3. Clone the config repo to $HOME
  4. Run nvim and :PlugInstall
  5. Set up windows profile, i.e. Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
function cdf {
  Set-Location (Get-Item $(fzf)).Directory.FullName
}

Start-Service ssh-agent

Windows

  1. Install vim-plug https://github.com/junegunn/vim-plug with PowerShell
  2. Install nvim https://github.com/neovim/neovim
  3. cp $HOME\vimfiles\autoload\plug.vim $HOME\AppData\Local\nvim\autoload
  4. Clone the config repo to $HOME
  5. At $HOME\AppDatia\Local\nvim\init.vim add source $HOME\.config\nvim\init.vim
  6. Install python and at $HOME\AppData\Local\nvim\init.vim add let g:python3_host_prog = '$HOME\AppData\Local\Programs\Python\Python310\python.exe' or whetever your path to python is
  7. Run nvim and :PlugInstall
  8. At nvim run :checkhealth and fix if sth is wrong

Connect an Android device with WSL2

  1. Connect a device with USB and allow the connection
  2. Enable remote connection at Developer options at the device
  3. adb pair ip:port, where ip and port are give at the remote connection settings
  4. adb connect ip:port, where ip and port are give at the remote connection settings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published