Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
Go to file
2021-03-13 16:21:52 +05:30
lua clean up 2021-03-13 16:21:52 +05:30
plugin yank whole file 2021-03-12 22:38:20 +05:30
init.lua indentline working now! 2021-03-13 08:18:23 +05:30
LICENSE Initial commit 2021-03-07 20:03:18 +05:30
README.md fix typo 2021-03-13 08:40:15 +05:30

Screenshots

Some VERY COOL lua plugins I use

  • nvim-lspkind , for showing lil icons/pictograms on completion items

  • nvim-tree.lua , a fast file tree

  • galaxyline , a statusline plugin

  • gitsigns.nvim , to show git signs of a repo on the signcolumn to indicate diffs/changes etc (needs plenary.nvim)

  • nvim-bufferline.lua , as a top bufferline like thing which lets me handle tabs like switching , closing tabs.

  • nvim-web-devicons , lua fork of vim devicons which lets me change icons of filetypes

  • nvim-treesitter' , better syntax highlighting for programming languages ( my config just has html,css,js support for now ).

Clone my setup

  • Install neovim-nightly , also use a nerdfont on your terminal.
  • Install packer.nvim

git clone https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim

  • Open neovim and install all plugins , :PackerInstall and :TSUpdate
  • Install language servers and prettier ( for autocompletion etc and code formatting )

sudo npm install -g vscode-html-languageserver-bin typescript typescript-language-server vscode-css-languageserver-bin prettier