Skip to content

Latest commit

 

History

History
92 lines (84 loc) · 1.79 KB

README.md

File metadata and controls

92 lines (84 loc) · 1.79 KB

nvim-lua

High-tech weapons for true Tridge engineers

How to Install

$ cd ~
$ git clone https://github.com/tridge-hq/nvim-lua.git
$ cd nvim-lua
$ ./install.sh

Directory

├── README.md
├── init.lua
├── install.sh
├── lua
│   ├── configs.lua
│   ├── core.lua
│   ├── keymaps.lua
│   └── plugins.lua
├── tmux.conf
└── zshrc

Plugins

Tmux

  • alexghergh/nvim-tmux-navigation

Theme/Appearance

  • feline-nvim/feline.nvim
  • akinsho/bufferline.nvim
  • lukas-reineke/indent-blankline.nvim
  • folke/tokyonight.nvim

Basics

  • folke/which-key.nvim
  • junegunn/fzf
  • junegunn/fzf.vim
  • terrortylor/nvim-comment
  • nvim-tree/nvim-tree.lua
  • nvim-tree/nvim-web-devicons
  • tpope/vim-surround
  • tpope/vim-repeat
  • tpope/vim-sensible
  • tpope/vim-dadbod
  • kristijanhusak/vim-dadbod-ui
  • rstacruz/sparkup
  • easymotion/vim-easymotion
  • justinmk/vim-sneak
  • godlygeek/tabular
  • majutsushi/tagbar
  • mbbill/undotree
  • vim-scripts/matchit.zip
  • Raimondi/delimitMate
  • michaeljsmith/vim-indent-object
  • nathanaelkane/vim-indent-guides
  • mhinz/vim-startify
  • folke/which-key.nvim
  • tiagovla/scope.nvim

Snippet

  • honza/vim-snippets
  • mg979/vim-visual-multi
  • hrsh7th/cmp-vsnip
  • L3MON4D3/LuaSnip

Language/Syntax

  • neovim/nvim-lspconfig
  • hrsh7th/nvim-cmp
  • hrsh7th/cmp-nvim-lsp
  • hrsh7th/cmp-buffer
  • hrsh7th/cmp-path
  • hrsh7th/cmp-cmdline
  • pangloss/vim-javascript
  • yuezk/vim-js
  • maxmellon/vim-jsx-pretty
  • HerringtonDarkholme/yats.vim
  • chase/vim-ansible-yaml
  • plasticboy/vim-markdown
  • othree/html5.vim
  • mitsuhiko/vim-jinja
  • stephpy/vim-yaml
  • fatih/vim-go
  • styled-components/vim-styled-components
  • jparise/vim-graphql
  • Vimjas/vim-python-pep8-indent

Git

  • airblade/vim-gitgutter
  • tpope/vim-fugitive
  • lewis6991/gitsigns.nvim