Skip to content

tandy1229/nvim-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvim Awesome Config

Table of Content

pPJKU91.png

This is my personal neovim config written in Lua.

Pros

  • Pure Lua script with nice speed
  • Integrated with the command line tools like grep and fzf
  • Run fast with 100 plugins
  • Easy to manage the plugins with a nice structure

Installation

git

You can use git to install these configuration files.

git clone https://github.com/tandy1229/nvim-lua ~/.config/nvim

# if you want it downloads faster you can run
git clone --depth=1 https://github.com/tandy1229/nvim-lua ~/.config/nvim

Requirement

Just to Reading the plugin docs:-)

With the lazy.nvim and the lua cache speed up, its startup time is just 49.5ms which is test in the MacBook constructed with 1.4GHz 4 core 8th Intel Core i5.

Even without those plugins and so now in my opinion the neovim is becoming the most useful front end now.

References

Thank you for these great configs ~~~

It's @theniceboy whose video guide me to the Vim so far I was using the IDE. And then through him I have a chance to turn the Vim to using the editor -- nvim.

Hahahah, I was using nvim since 0.4, and now as neovim is going to have the 0.10 tag, nvim has become the mature project.

Ohhhh, lua script making the nvim different, and make it a different road compared to Vim. But neovim now always updates with breaking changes, I hope it can be more stable in the day:-). And I also hope Vim keep stable, VimScript9 can become better and better:-). I hope everything goes well.

Acknowledgements

Thanks to jetbrains for the open source license! JetBrains Logo (Main) logo

Memory

In memory of Bram, the creator of VIM.

About

Neovim config in lua

Resources

License

Stars

Watchers

Forks

Packages

No packages published