You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NvChad/README.md

42 lines
2.0 KiB
Markdown

4 years ago
# neovim-dots
my neovim dotfiles
4 years ago
slowly migrating to init.lua and still WIP! so use config from neovim_vimscriptonly/nvim folder only for now.
4 years ago
# screenshots
4 years ago
<img src ="https://raw.githubusercontent.com/siduck76/personal-backup/master/rice%20flex/initialNvim.png">
4 years ago
<img src ="https://raw.githubusercontent.com/siduck76/personal-backup/master/rice%20flex/nvimRice2.png">
4 years ago
# Some VERY COOL lua plugins I use
4 years ago
4 years ago
- nvim-lspkind , for showing lil icons/pictograms on completion items
4 years ago
<img src = "https://raw.githubusercontent.com/siduck76/personal-backup/master/rice%20flex/lspkind.png">
4 years ago
4 years ago
- nvim-tree.lua , a fast file tree
4 years ago
<img src = "https://raw.githubusercontent.com/siduck76/personal-backup/master/rice%20flex/nvimtree.png">
4 years ago
4 years ago
- galaxyline , a statusline plugin
4 years ago
<img src = "https://raw.githubusercontent.com/siduck76/personal-backup/master/rice%20flex/statusline.png">
4 years ago
4 years ago
- gitsigns.nvim , to show git signs of a repo on the signcolumn to indicate diffs/changes etc (needs plenary.nvim)
4 years ago
4 years ago
- nvim-bufferline.lua , as a top bufferline like thing which lets me handle tabs like switching , closing tabs.
4 years ago
<img src = "https://raw.githubusercontent.com/siduck76/personal-backup/master/rice%20flex/bufferline.png">
4 years ago
4 years ago
- nvim-web-devicons , lua fork of vim devicons which lets me change icons of filetypes
4 years ago
<img src = "https://raw.githubusercontent.com/siduck76/personal-backup/master/rice%20flex/image.png">
4 years ago
4 years ago
- 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`
4 years ago
- open neovim and install all plugins , :PackerInstall and :TSUpdate
4 years ago
- 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`