- Neovim
- Powershell
- How to Set up the Windows terminal with Powershell and Oh My Posh
- How to Set up Neovim for Windows and Linux with Lua and Packer
-
Neovim:
- Neovim >= v0.8.1
- Nerd Fonts
- NodeJS with npm
- Packer installed
- A C compiler in your path and libstdc++ installed: Windows support
- Git
-
Powershell:
📂 ~/.config/nvim
├── 📂 lua/📂 slydragonn/
│ └── 📂 configs/
│ └── 🌑 plugins.lua
│ └── 🌑 settings.lua
│ └── 🌑 maps.lua
└── 🌑 init.lua
- wbthomason/packer: A use-package inspired plugin manager for Neovim.
- nvim-neo-tree/neo-tree: Neovim plugin to manage the file system and other tree like structures.
- nvim-tree/nvim-web-devicons: lua fork of vim-web-devicons for neovim.
- rebelot/kanagawa: NeoVim dark colorscheme inspired by the colors of the famous painting by Katsushika Hokusai.
- nvim-lualine/lualine.nvim: A blazing fast and easy to configure neovim statusline plugin written in pure lua.
- nvim-treesitter/nvim-treesitter: Nvim Treesitter configurations and abstraction layer.
- windwp/nvim-ts-autotag: Use treesitter to auto close and auto rename html tag.
- nvim-telescope/telescope.nvim: Highly extendable fuzzy finder over lists.
- neovim/nvim-lspconfig: Quickstart configs for Nvim LSP
- hrsh7th/nvim-cmp: A completion plugin for neovim coded in Lua.
- jose-elias-alvarez/null-ls.nvim: Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
- williamboman/mason.nvim: Portable package manager for Neovim that runs everywhere Neovim runs.
- norcalli/nvim-colorizer.lua: Color highlighter.
- akinsho/toggleterm.nvim: A neovim lua plugin to help easily manage multiple terminal windows.
- lewis6991/gitsigns.nvim: Git integration for buffers.
- iamcco/markdown-preview.nvim: Markdown preview plugin.
- windwp/nvim-autopairs: Autopairs for neovim written by lua.
- xiyaowong/nvim-transparent: Remove all background colors to make nvim transparent
- onsails/lspkind.nvim: vscode-like pictograms for neovim lsp completion items.
- L3MON4D3/LuaSnip: Snippet Engine for Neovim written in Lua.
- hrsh7th/cmp-nvim-lsp: nvim-cmp source for neovim builtin LSP client
- hrsh7th/cmp-path: nvim-cmp source for path
- hrsh7th/cmp-buffer: nvim-cmp source for buffer words
- williamboman/mason-lspconfig.nvim: Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim.
Clone the repository.
git clone https://github.com/slydragonn/dotfiles.git
Move nvim directory from /dotfiles/.config/
to
-
Windows:
$env:LOCALAPPDATA\nvim\
-
Linux:
~/.config/nvim
and run the command:
nvim +PackerSync
or in Neovim Editor:
:PackerSync