Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 955 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 955 Bytes

[ NixVim Config ]

NeoVim with the reproducibility of NixOS and the configurability of Vim

This config is just at the beginning. I will add mor features soon.

Imports

To integrate this module to your config just put the file in a Folder within your NixOS config-path and import it in the configuration.nix.

imports = [./modules/nixvim.nix]

Config and Plugins

Theme:

Plugin-List:

  • nvim-tree
  • telescope
  • lualine
  • alpha
  • web-devicons
  • vim-css-color
  • barbecue
  • fugitive
  • nix

Contributing

Feel free to contribute if you think something is not perfect.

Acknowledgements