Skip to content

Rodgers-M/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A repo for my dotfiles, especially vim files

Contents

TODO: document how to setup neovim with Lazyvim

the repo was initaily meant for hosting vim files. I however switched to using neovim and hence the neovim folder. The .vim folder has a file containing plugins i use with vim. The neovim folder is all you need if you will be working with neovim.

Getting started.

After cloning the repo, you will need to create a symlink to point to the location

example command on osx

neovim

ln -s /path-to-cloned-repo/dotfiles/neovim/init.vim /Users/username/.config/nvim/init.vim

vim

ln -s /path-to-cloned-repo/dotfiles/.vimrc /Users/username/.vimrc

and same applies for the plugins.vim and any other file you might want to symlink

ln -s /path-to-cloned-repo/dotfiles/neovim/plugins.vim /Users/username/.config/nvim/plugins.vim

this should be good to get you started

Useful links

troubleshoot/debug key bindings/mappings : sometimes mappings my not work as expected. video showing how to use emmet for html snippets do :help map-which-keys for vim's suggestions on what keys to map.

see link below to setup nerd fonts on the terminal

installing nerd fonts

showing diagnostic window on hover

Tip

after installing dependencies also install the respective coc-server for your perffered language. e.g for js/ts install coc-tsserver

The coc-plugins i use for my development.

  • coc-tsserver
  • coc-prettier

About

A repo for my dotfiles, especially vim files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors