summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/misc.lua
blob: 431bece4114de01f2c5b5161b5062e9f3472f9d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
return {
  -- airline
  { "vim-airline/vim-airline" },
  { "vim-airline/vim-airline-themes" },

  -- pandoc
  { "vim-pandoc/vim-pandoc" },
  { "vim-pandoc/vim-pandoc-syntax" },
  
  -- kwbdi
  --[[ The following plugin gives me <Leader>bd for closing a buffer while keeping
       the window open, for example when editing several R scripts with
       the R interpreter running in a separate vim window ]]
  { "seb-mueller/kwbdi.vim" },

  -- Version control
  { "tpope/vim-fugitive" },
  { "airblade/vim-gitgutter" },
  { "samoshkin/vim-mergetool" },

  -- Show an manage marks
  { "kshenoy/vim-signature" },

  -- Wayland clipboard
  { "jasonccox/vim-wayland-clipboard" },
  
  -- vimcmdline
  { "jalvesaq/vimcmdline" },

}

Contact - Imprint