nvim
Nvim Config for Full Stack Web Development
File Explorer
Download Latest Version (.zip)- conform.lua
- lazy.lua
- lspconfig.lua
- init.lua
- autocmds.lua
- chadrc.lua
- mappings.lua
- options.lua
- preview-2.png
- preview.png
- preview_1.png
- .stylua.toml
- init.lua
- lazy-lock.json
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ahmad9059/nvim
Downloads the entire project code from GitHub to your computer.
cd nvim
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g typescript-language-server # JavaScript/TypeScript
Installs the package published on the npm registry globally โ no need to clone the source.
npm install -g vscode-langservers-extracted # HTML, CSS, JSON
Installs the package published on the npm registry globally โ no need to clone the source.
npm install -g @tailwindcss/language-server # TailwindCSS
Installs the package published on the npm registry globally โ no need to clone the source.
npm install -g emmet-ls # Emmet abbreviations
Installs the package published on the npm registry globally โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
