Skip to content
/ nvim Public

My personal neovim config. Includes Typescript, ESLint, Rust lsp servers.

License

Notifications You must be signed in to change notification settings

sasirura/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Neovim Config

Minimalist neovim config settings

Explore the docs »

Report Bug . Request Feature

Downloads Contributors Issues License

Table Of Contents

About The Project

This is a personal neovim configurations for me and my workflow. Free to use and update for your needs

Built With

I used the Lua language to develop the custom configurations. packer for the installing packages. harpoon for navigation files instantly. lsp-zero for the lsp servers. Telescope as fizzy finder. For Syntax highliting I used treesitter and undotree visualizes the undo history and makes it easy to browse and switch between different undo branches. Created custom colors lua file for nvim colors

Getting Started

Clone the repo into your XDG_CONFIG_HOME folder.

Prerequisites

Install neovim. (preferably build it from source

https:/neovim/neovim/wiki/Building-Neovim

Installation

  1. Clone the repo
https:/sasirura/nvim-config
  1. Add files into the source. ( you have to open one of the file and go to the command mode)
:so
  1. Sync the packages`
:PackerSync

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

Acknowledgements

About

My personal neovim config. Includes Typescript, ESLint, Rust lsp servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages