ramrom / rams_dot_files

vim configs, bash, tmux, git, etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rams Dot Files

My dot files and scripts for Unix-like environments

Vim

  • Vim Plug for plugin manager
  • neovim for better integration with coc and scala metals
    • init.vim just loads my vimrc, to maintain vim parity

Plugins

  • FZF
    • fzf-mru (fzf over most recently opened files)
  • one-dark (inspired by atom colorscheme)
  • vim-airline
  • NERDtree
  • vim-commentary (better than nerd-commentary)
  • vim-fugitive
  • vim-signify (better than gitgutter)
  • indentLine
  • vim-tmux-focus-events (to help make autoreload better)
  • vim-gh-line
  • vim-markdown
  • nvim-treesitter (syntax highlighting, folding)
  • LSP
    • vim and old neovim
      • coc (conqueror of completion), only used for old vim
    • modern neovim
      • native lsp client
      • nvim-lspconfig

About

vim configs, bash, tmux, git, etc

License:MIT License


Languages

Language:Shell 43.3%Language:Vim Script 29.9%Language:Ruby 11.9%Language:Go 8.4%Language:JavaScript 3.5%Language:AppleScript 2.3%Language:Python 0.6%Language:Batchfile 0.1%