https://github.com/adrienplacais/nvim
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.3%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: AdrienPlacais
- Language: Lua
- Default Branch: main
- Size: 61.5 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
README.md
Configuration files for NeoVim 0.9.x.
Installation
cd ~/.config/orcd C:/Users/UserName/AppData/Local/on Windows- to know where the
nvimfolder must go, you can also run:echo stdpath("config")in NeoVim.
- to know where the
git clone https://github.com/AdrienPlacais/nvim.git- Install
Plug: https://github.com/junegunn/vim-plug- use the provided one-liner, it is easier ;)
- Launch NeoVim and run
:PlugInstall - The LSPs should be automatically downloaded. If not, maybe NeoVim does not know where your Python distribution is. You can test it by running
:checkhealth provider.
To do
- [ ] Automatic installation of
treesitterparsers. For now, you need to manually:TSInstall python,:TSInstall lua, etc.
Troubleshooting
- If
latexindentis now working, check that a.indentconfig.yamlin you$HOMEdirectory points towards themy_indentconfig.yamlfile of this repo. - Check that
ls /usr/lib64/libcrypt.so.1exists.
Owner
- Login: AdrienPlacais
- Kind: user
- Repositories: 1
- Profile: https://github.com/AdrienPlacais