-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
90 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# xnixvim | ||
|
||
My nixvim (nixified neovim) config! | ||
|
||
Nixvim is an amazing project that brings nix to neovim. You can find out more on the [nixvim repository](https://github.com/nix-community/nixvim). It makes running neovim with your complete config on alien systems easy, consistent, and fast! Try this command to run _my_ neovim configuration: | ||
|
||
```sh | ||
nix run github:xav-ie/xnixvim | ||
``` | ||
|
||
Basically, if you have `nix` installed, you can run this configuation! | ||
|
||
I am still actively re-organizing this repository, so feel free to just poke around. | ||
|
||
You might also enjoy [my dotfiles](https://github.com/xav-ie/dots)! | ||
|
||
## TODO | ||
|
||
- [ ] CI to automatically run and take screenshot | ||
- [x] CI | ||
- [x] Fast CI | ||
- [ ] Screenshot with CI | ||
- [ ] separate theme out and share | ||
- [ ] local completions | ||
- [ ] snippets | ||
- [ ] better large file support | ||
- [ ] proper spelling and dictionary support to add new words | ||
- [ ] org concealment |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters