Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
Go to file
2021-03-11 13:40:43 +05:30
lua clean config 2021-03-10 14:38:47 +05:30
neovim_vimscriptonly/nvim telescope.nvim 2021-03-11 13:40:43 +05:30
plugin clean config 2021-03-10 14:38:47 +05:30
init.lua statusline wip 2021-03-08 10:54:53 +05:30
LICENSE Initial commit 2021-03-07 20:03:18 +05:30
README.md Update README.md 2021-03-10 14:37:36 +05:30

neovim-dots

my neovim dotfiles

slowly migrating to init.lua and still WIP! so use config from neovim_vimscriptonly/nvim folder only for now.

screenshots

some cool lua plugins I use

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

  • nvim-tree.lua , a fast file tree
  • galaxyline , as statusline
  • 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 switch tabs , close them.
  • nvim-treesitter' , better syntax highlighting for programming languages.