cleanup
This commit is contained in:
@ -16,3 +16,9 @@ require("catppuccin-config")
|
|||||||
require("symbols-outline-config")
|
require("symbols-outline-config")
|
||||||
|
|
||||||
require "fidget".setup{}
|
require "fidget".setup{}
|
||||||
|
|
||||||
|
-- redundant w/ lsp_lines
|
||||||
|
vim.diagnostic.config({
|
||||||
|
virtual_text = false,
|
||||||
|
})
|
||||||
|
require("lsp_lines").setup()
|
||||||
|
1
vim/.vim/plugged/lsp_lines.nvim
Submodule
1
vim/.vim/plugged/lsp_lines.nvim
Submodule
Submodule vim/.vim/plugged/lsp_lines.nvim added at 3b57922d2d
1
vim/.vim/plugged/mkdir.nvim
Submodule
1
vim/.vim/plugged/mkdir.nvim
Submodule
Submodule vim/.vim/plugged/mkdir.nvim added at c55d1dee4f
1
vim/.vim/plugged/nvim-lightbulb
Submodule
1
vim/.vim/plugged/nvim-lightbulb
Submodule
Submodule vim/.vim/plugged/nvim-lightbulb added at 56b9ce31ec
@ -1,6 +0,0 @@
|
|||||||
lua << EOF
|
|
||||||
require 'lspconfig'
|
|
||||||
require("lsp")
|
|
||||||
require("diagnostics")
|
|
||||||
require("telescope")
|
|
||||||
EOF
|
|
@ -18,55 +18,43 @@ Plug 'simrat39/symbols-outline.nvim'
|
|||||||
" required only for diagnostics
|
" required only for diagnostics
|
||||||
Plug 'folke/trouble.nvim'
|
Plug 'folke/trouble.nvim'
|
||||||
|
|
||||||
|
" Nvim
|
||||||
|
Plug 'kosayoda/nvim-lightbulb'
|
||||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||||
|
Plug 'jghauser/mkdir.nvim'
|
||||||
|
Plug 'ErichDonGubler/lsp_lines.nvim'
|
||||||
|
|
||||||
Plug 'nvim-lua/plenary.nvim' " lua helpers
|
Plug 'nvim-lua/plenary.nvim' " lua helpers
|
||||||
Plug 'nvim-telescope/telescope.nvim' " actual plugin
|
Plug 'nvim-telescope/telescope.nvim' " actual plugin
|
||||||
Plug 'sso://user/vintharas/telescope-codesearch.nvim'
|
Plug 'sso://user/vintharas/telescope-codesearch.nvim'
|
||||||
|
Plug 'nvim-lualine/lualine.nvim'
|
||||||
|
Plug 'rcarriga/nvim-notify'
|
||||||
|
|
||||||
" UI EXTENSIONS
|
" UI EXTENSIONS
|
||||||
Plug 'ntpeters/vim-better-whitespace' "auto-set tab/space size
|
Plug 'ntpeters/vim-better-whitespace' "auto-set tab/space size
|
||||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'nvim-lualine/lualine.nvim'
|
|
||||||
Plug 'rcarriga/nvim-notify'
|
|
||||||
" Plug 'vim-airline/vim-airline' " ...
|
|
||||||
" Plug 'vim-airline/vim-airline-themes'
|
|
||||||
Plug 'nathanaelkane/vim-indent-guides'
|
Plug 'nathanaelkane/vim-indent-guides'
|
||||||
Plug 'Konfekt/vim-scratchpad'
|
|
||||||
Plug 'guns/xterm-color-table.vim'
|
|
||||||
Plug 'mbbill/undotree'
|
Plug 'mbbill/undotree'
|
||||||
Plug 'tversteeg/registers.nvim', { 'branch': 'main' }
|
Plug 'tversteeg/registers.nvim', { 'branch': 'main' }
|
||||||
" Plug 'ryanoasis/vim-devicons'
|
|
||||||
|
|
||||||
" INTEGRATION
|
" INTEGRATION
|
||||||
Plug 'AndrewRadev/linediff.vim'
|
Plug 'AndrewRadev/linediff.vim'
|
||||||
Plug 'tpope/vim-fugitive' " git
|
Plug 'tpope/vim-fugitive' " git
|
||||||
Plug 'junegunn/gv.vim' " git commit browser
|
|
||||||
Plug 'tpope/vim-git'
|
Plug 'tpope/vim-git'
|
||||||
Plug 'airblade/vim-gitgutter' " live git diff gutter
|
Plug 'airblade/vim-gitgutter' " live git diff gutter
|
||||||
Plug 'tmux-plugins/vim-tmux' " tmux
|
Plug 'tmux-plugins/vim-tmux' " tmux
|
||||||
Plug 'preservim/vimux'
|
Plug 'preservim/vimux'
|
||||||
Plug 'christoomey/vim-tmux-navigator' " tmux
|
Plug 'christoomey/vim-tmux-navigator' " tmux
|
||||||
Plug 'ferrine/md-img-paste.vim' " copy-paste images to markdown
|
|
||||||
Plug 'junegunn/vim-easy-align' " markdown table aligns
|
|
||||||
Plug 'skywind3000/asyncrun.vim'
|
Plug 'skywind3000/asyncrun.vim'
|
||||||
Plug 'dhruvasagar/vim-table-mode' " git readme tables
|
" Plug 'easymotion/vim-easymotion'
|
||||||
Plug 'NLKNguyen/cloudformation-syntax.vim'
|
|
||||||
Plug 'stephpy/vim-yaml'
|
|
||||||
Plug 'towolf/vim-helm'
|
|
||||||
Plug 'tell-k/vim-autoflake' " remove unused python imports
|
|
||||||
Plug 'embear/vim-uncrustify'
|
|
||||||
Plug 'sakhnik/nvim-gdb', { 'do': 'bash ./install.sh \| UpdateRemotePlugins' }
|
|
||||||
Plug 'kburdett/vim-nuuid'
|
|
||||||
Plug 'easymotion/vim-easymotion'
|
|
||||||
|
|
||||||
" AUTO-COMPLETION
|
" AUTO-COMPLETION
|
||||||
Plug 'christoomey/vim-titlecase'
|
Plug 'christoomey/vim-titlecase'
|
||||||
Plug 'chiedo/vim-case-convert'
|
Plug 'chiedo/vim-case-convert'
|
||||||
|
|
||||||
" FILE INTERACTIONS
|
" FILE INTERACTIONS
|
||||||
" Plug 'mileszs/ack.vim' " Ack bindings
|
|
||||||
Plug 'jremmen/vim-ripgrep'
|
Plug 'jremmen/vim-ripgrep'
|
||||||
|
|
||||||
Plug 'preservim/nerdtree' " File Tree
|
Plug 'preservim/nerdtree' " File Tree
|
||||||
@ -77,27 +65,9 @@ Plug 'udalov/kotlin-vim'
|
|||||||
Plug 'hsanson/vim-android'
|
Plug 'hsanson/vim-android'
|
||||||
Plug 'OmniSharp/omnisharp-vim'
|
Plug 'OmniSharp/omnisharp-vim'
|
||||||
Plug 'whatyouhide/vim-tmux-syntax'
|
Plug 'whatyouhide/vim-tmux-syntax'
|
||||||
Plug 'chase/vim-ansible-yaml'
|
|
||||||
Plug 'justinmk/vim-syntax-extra'
|
|
||||||
Plug 'NLKNguyen/c-syntax.vim'
|
|
||||||
Plug 'octol/vim-cpp-enhanced-highlight'
|
|
||||||
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
|
||||||
Plug 'hexdigest/gounit-vim'
|
|
||||||
Plug 'pangloss/vim-javascript'
|
|
||||||
Plug 'mattn/emmet-vim'
|
|
||||||
|
|
||||||
Plug 'jparise/vim-graphql'
|
|
||||||
Plug 'StanAngeloff/php.vim'
|
|
||||||
Plug 'sealemar/vtl'
|
|
||||||
Plug 'wavded/vim-stylus'
|
|
||||||
Plug 'nikvdp/ejs-syntax'
|
|
||||||
Plug 'lepture/vim-velocity'
|
|
||||||
au BufNewFile,BufRead *.vtl, set ft=velocity
|
au BufNewFile,BufRead *.vtl, set ft=velocity
|
||||||
|
|
||||||
" MARKUP/OBJECT NOTATION
|
|
||||||
Plug 'plasticboy/vim-markdown'
|
|
||||||
Plug 'elzr/vim-json'
|
|
||||||
|
|
||||||
" FUNCTIONALITY STUFF
|
" FUNCTIONALITY STUFF
|
||||||
Plug 'tmux-plugins/vim-tmux-focus-events'
|
Plug 'tmux-plugins/vim-tmux-focus-events'
|
||||||
set autoread
|
set autoread
|
||||||
@ -108,28 +78,11 @@ Plug 'wesQ3/vim-windowswap'
|
|||||||
" FORMATTING
|
" FORMATTING
|
||||||
Plug 'tpope/vim-surround' " easily surround with delimiters
|
Plug 'tpope/vim-surround' " easily surround with delimiters
|
||||||
Plug 'scrooloose/nerdcommenter' " comment bindings
|
Plug 'scrooloose/nerdcommenter' " comment bindings
|
||||||
Plug 'junegunn/vim-easy-align'
|
|
||||||
Plug 'tommcdo/vim-exchange'
|
|
||||||
|
|
||||||
" THEMES
|
" THEMES
|
||||||
Plug 'catppuccin/nvim', { 'as': 'catppuccin' }
|
Plug 'catppuccin/nvim', { 'as': 'catppuccin' }
|
||||||
Plug 'altercation/vim-colors-solarized'
|
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
|
||||||
Plug 'jdkanani/vim-material-theme'
|
Plug 'jdkanani/vim-material-theme'
|
||||||
Plug 'sonph/onehalf', { 'rtp': 'vim' }
|
|
||||||
Plug 'gosukiwi/vim-atom-dark'
|
|
||||||
Plug 'jacoborus/tender.vim'
|
|
||||||
Plug 'kristijanhusak/vim-hybrid-material'
|
Plug 'kristijanhusak/vim-hybrid-material'
|
||||||
Plug 'NLKNguyen/papercolor-theme'
|
|
||||||
Plug 'arcticicestudio/nord-vim'
|
|
||||||
Plug 'chase/focuspoint-vim'
|
|
||||||
Plug 'patstockwell/vim-monokai-tasty' " airline
|
|
||||||
Plug 'fxn/vim-monochrome'
|
|
||||||
Plug 'robertmeta/nofrils'
|
|
||||||
Plug 'kristiandupont/shades-of-teal'
|
|
||||||
Plug 'joshdick/onedark.vim'
|
|
||||||
Plug 'google/vim-colorscheme-primary'
|
|
||||||
Plug 'kyoz/purify', { 'rtp': 'vim' }
|
|
||||||
Plug 'kyazdani42/nvim-web-devicons'
|
Plug 'kyazdani42/nvim-web-devicons'
|
||||||
|
|
||||||
" ONE LINERS ONLY
|
" ONE LINERS ONLY
|
||||||
|
@ -104,7 +104,6 @@ call plug#end() " required
|
|||||||
lua require("plugins")
|
lua require("plugins")
|
||||||
|
|
||||||
if filereadable(expand("~/use_google"))
|
if filereadable(expand("~/use_google"))
|
||||||
source ~/.vim/prefs/cmp.vim
|
|
||||||
source ~/.vim/prefs/imp.vim
|
source ~/.vim/prefs/imp.vim
|
||||||
source ~/.vim/prefs/google_comments.vim
|
source ~/.vim/prefs/google_comments.vim
|
||||||
lua require("google_comments")
|
lua require("google_comments")
|
||||||
|
Reference in New Issue
Block a user