https://github.com/himujjal/dotfiles
Dotfiles for nvim
https://github.com/himujjal/dotfiles
Last synced: 29 days ago
JSON representation
Dotfiles for nvim
- Host: GitHub
- URL: https://github.com/himujjal/dotfiles
- Owner: Himujjal
- Created: 2020-09-23T07:46:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T10:51:02.000Z (over 2 years ago)
- Last Synced: 2025-03-29T13:35:13.313Z (about 2 months ago)
- Language: Lua
- Size: 32.2 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dotfiles for Nvim setup
# !! WARNING !! README not updated. Use init.lua and lua stuff
### Pre-Req:
Install the following before you go on to use these configurations:
- [ ] [Linux-only] x-clip (`sudo apt install xclip`) or (`sudo pacman -S xclip`)
- [ ] [NodeJS](https://nodejs.org/en/)
- [ ] [Python3](https://python.org)### Installation
```sh
# download repo
git clone https://github.com/Himujjal/dotfiles ~/.config/nvim
git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
sudo apt install gcc g++ clang-9 # for tree-sitter
nvim +PackerInstall
# --- language serverss -----
pnpm i -g vscode-langservers-extracted \
graphql-language-service-cli
svelte-langauge-server
typescript typescript-language-server
sudo apt-get install clangd-9
```### Windows Users:
***hello***
Try running the whole thing on nvim-qt or Windows Terminal for a better Vim experience
```sh
nvim-qt ..
```