Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codicocodes/dotfiles
My neovim config and other dotfiles
https://github.com/codicocodes/dotfiles
Last synced: about 1 month ago
JSON representation
My neovim config and other dotfiles
- Host: GitHub
- URL: https://github.com/codicocodes/dotfiles
- Owner: codicocodes
- Created: 2021-02-11T07:58:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T06:53:57.000Z (9 months ago)
- Last Synced: 2024-04-02T07:51:33.514Z (9 months ago)
- Language: Lua
- Homepage:
- Size: 26.9 MB
- Stars: 56
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles/nvim
![image](https://github.com/codicocodes/dotfiles/assets/76068197/068241bc-237e-4d39-b5de-6690742ac8fc)
## Install Instructions
> Install requires Neovim 0.9+. Always review the code before installing a configuration.
Clone the repository and install the plugins:
```sh
git clone [email protected]:codicocodes/dotfiles ~/.config/codicocodes/dotfiles
NVIM_APPNAME=codicocodes/dotfiles-nvim/nvim nvim --headless +"PackerSync" +qa
```Open Neovim with this config:
```sh
NVIM_APPNAME=codicocodes/dotfiles/nvim nvim
```## Plugins
### bars-and-lines
+ [SmiteshP/nvim-navic](https://dotfyle.com/plugins/SmiteshP/nvim-navic)
### colorscheme+ [folke/tokyonight.nvim](https://dotfyle.com/plugins/folke/tokyonight.nvim)
### comment+ [JoosepAlviste/nvim-ts-context-commentstring](https://dotfyle.com/plugins/JoosepAlviste/nvim-ts-context-commentstring)
+ [numToStr/Comment.nvim](https://dotfyle.com/plugins/numToStr/Comment.nvim)
### completion+ [hrsh7th/nvim-cmp](https://dotfyle.com/plugins/hrsh7th/nvim-cmp)
### editing-support+ [windwp/nvim-autopairs](https://dotfyle.com/plugins/windwp/nvim-autopairs)
+ [windwp/nvim-ts-autotag](https://dotfyle.com/plugins/windwp/nvim-ts-autotag)
+ [folke/zen-mode.nvim](https://dotfyle.com/plugins/folke/zen-mode.nvim)
### fuzzy-finder+ [nvim-telescope/telescope.nvim](https://dotfyle.com/plugins/nvim-telescope/telescope.nvim)
### game+ [Eandrju/cellular-automaton.nvim](https://dotfyle.com/plugins/Eandrju/cellular-automaton.nvim)
### git+ [lewis6991/gitsigns.nvim](https://dotfyle.com/plugins/lewis6991/gitsigns.nvim)
### lsp+ [j-hui/fidget.nvim](https://dotfyle.com/plugins/j-hui/fidget.nvim)
+ [neovim/nvim-lspconfig](https://dotfyle.com/plugins/neovim/nvim-lspconfig)
### lsp-installer+ [williamboman/mason.nvim](https://dotfyle.com/plugins/williamboman/mason.nvim)
### marks+ [ThePrimeagen/harpoon](https://dotfyle.com/plugins/ThePrimeagen/harpoon)
### motion+ [phaazon/hop.nvim](https://dotfyle.com/plugins/phaazon/hop.nvim)
### note-taking+ [phaazon/mind.nvim](https://dotfyle.com/plugins/phaazon/mind.nvim)
### nvim-dev+ [nvim-lua/plenary.nvim](https://dotfyle.com/plugins/nvim-lua/plenary.nvim)
### plugin-manager+ [wbthomason/packer.nvim](https://dotfyle.com/plugins/wbthomason/packer.nvim)
### snippet+ [L3MON4D3/LuaSnip](https://dotfyle.com/plugins/L3MON4D3/LuaSnip)
### syntax+ [nvim-treesitter/nvim-treesitter](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter)
+ [nvim-treesitter/nvim-treesitter-textobjects](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter-textobjects)
## Language Servers+ cssls
+ eslint
+ gopls
+ html
+ pyright
+ rust_analyzer
+ tsserverThis readme was generated by [Dotfyle](https://dotfyle.com)