Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.57 KB

readme.md

File metadata and controls

43 lines (29 loc) · 1.57 KB

NVIM CONFIG

cd ~/.config
git clone https://github.com/Fi3/nvim-config.git nvim

Open Nvim and then: :PlugInstall

Rust deps

  • rustup component add rustfmt

Binary have to be installed for each toolchain used, for example nightly and stable. When a component is broken on nightly this is the fastest fix. Also see 641.

Install rust-analyzer: just download the binary and put it in your path.

Haskell deps

When an haskell project is create a file named hie.yaml must be put in the root of the project. https://github.com/mpickering/hie-bios/blob/master/README.md haskell/haskell-ide-engine#1621 (comment) lib:<project-name> ok exe:<project-name>

Codeium config

Run :Codeium Auth to set up the plugin and start using Codeium.

Search

Fuzzy search files ordered byt proximity with ctr p, need:

proximity-sort

https://github.com/jonhoo/proximity-sort Install with cargo install proximity-sort

fzf and fd

pacman -S fzf fd