README
*WIP*
SciVim is a preconfigured Neovim
IDE layer that brings a scientific
environment for easy and clean starting of the programming/editing journey.
– Functional, nice dashboard:
– Fast and full support nvim-cmp
config:
– Well configured python lsp tools (IDE,multi file support,etc):
First just move your config to safe location or just use:
# must
mv ~/.config/nvim{,.bak}
# also for fresh installation
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
For Linux/Unix
with having all *dependencies* installed, just copy and
execute the command below:
git clone https://github.com/Dan7h3x/SciVim ~/.config/nvim && cd ~/.config/nvim && rm -rf .git && cd && nvim