https://github.com/cruzluna/.dotfiles
Neovim config
https://github.com/cruzluna/.dotfiles
lua neovim neovim-dotfiles
Last synced: 3 months ago
JSON representation
Neovim config
- Host: GitHub
- URL: https://github.com/cruzluna/.dotfiles
- Owner: cruzluna
- Created: 2023-05-15T02:31:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T22:38:07.000Z (over 2 years ago)
- Last Synced: 2024-04-16T17:23:34.341Z (about 2 years ago)
- Topics: lua, neovim, neovim-dotfiles
- Language: Lua
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dot files
current neovim setup includes:
(using packer as plugin manager)
- treesitter
- telescope
- harpoon
- mason
- lsp
- comment.nvim
- lua line
- nvim-cmp
and more...
Inspired heavily by [Josean-dev](https://github.com/josean-dev/dev-environment-files)
# Installation
Use this when setting up a new computer:
`brew install neovim`
`mkdir .config/nvim`
Clone the .dotfiles into .config/nvim and git clone without the project folder to prevent `.dotfiles/` directory
Open neovim
It will load and install everything. Will still need to brew install some things:
- Ripgrep
- Node
Some things broken at the moment:
- Gopls
(Suspect it is because I don't have it installed locally at the moment.)