2021-05-08 17:31:04 +00:00
|
|
|
(module plugins
|
2021-05-08 18:18:22 +00:00
|
|
|
{require {utils utils}})
|
2021-05-08 17:31:04 +00:00
|
|
|
|
2021-05-08 18:18:22 +00:00
|
|
|
(utils.use
|
2021-05-08 17:31:04 +00:00
|
|
|
:nvim-telescope/telescope.nvim {:mod "plugins.telescope"
|
|
|
|
:requires [:nvim-lua/popup.nvim :nvim-lua/plenary.nvim]}
|
|
|
|
|
2021-05-08 18:51:05 +00:00
|
|
|
:p00f/nvim-ts-rainbow {:mod "plugins.treesitter"}
|
2021-05-08 17:31:04 +00:00
|
|
|
:romgrk/nvim-treesitter-context {}
|
|
|
|
:JoosepAlviste/nvim-ts-context-commentstring {}
|
|
|
|
:nvim-treesitter/nvim-treesitter {:run ":TSUpdate"}
|
|
|
|
|
|
|
|
; :code-biscuits/nvim-biscuits {} ; show opening line after closing curly
|
|
|
|
|
|
|
|
:folke/which-key.nvim {}
|
|
|
|
|
|
|
|
:pwntester/octo.nvim {}
|
|
|
|
|
|
|
|
; json query stuff
|
|
|
|
:gennaro-tedesco/nvim-jqx {:ft ["json"]}
|
|
|
|
|
|
|
|
:Olical/aniseed {}; :tag "v3.16.0"}
|
|
|
|
|
|
|
|
; general purpose lua wrappers for nvim stuff
|
|
|
|
:norcalli/nvim.lua {}
|
|
|
|
|
|
|
|
:glepnir/galaxyline.nvim {:mod "plugins.galaxyline"}
|
|
|
|
:akinsho/nvim-bufferline.lua {:mod "plugins.bufferline"}
|
|
|
|
|
|
|
|
:sindrets/diffview.nvim {:mod "plugins.diffview"}
|
|
|
|
:tweekmonster/startuptime.vim {:cmd ["StartupTime"]}
|
|
|
|
:tpope/vim-repeat {}
|
|
|
|
|
|
|
|
:junegunn/goyo.vim {:cmd "Goyo"}
|
|
|
|
|
|
|
|
:lewis6991/gitsigns.nvim {:mod "plugins.gitsigns"}
|
|
|
|
|
|
|
|
:gruvbox-community/gruvbox {}
|
|
|
|
|
|
|
|
:tpope/vim-fugitive {}
|
|
|
|
:preservim/nerdcommenter {}
|
|
|
|
:godlygeek/tabular {} ; :Tab /regex can align code on occurrences of the given regex. I.e. :Tab /= aligns all = signs in a block.
|
|
|
|
:tpope/vim-surround {}
|
|
|
|
:christoomey/vim-tmux-navigator {} ; good integration with tmux pane switching
|
|
|
|
:nathanaelkane/vim-indent-guides {} ; Can be toggled using <leader>ig (intent-guides)
|
|
|
|
|
|
|
|
; <C-n> to select current word. <C-n> to select next occurrence.
|
|
|
|
; with multiple lines selected in Visual mode, <C-n> to insert cursor in each line. I not i to insert in Visual-mode.
|
|
|
|
:terryma/vim-multiple-cursors {}
|
|
|
|
:mg979/vim-visual-multi {}
|
|
|
|
:hauleth/sad.vim {} ; Use siw instead of ciw. when using . afterwards, will find the next occurrence of the changed word and change it too
|
|
|
|
:wellle/targets.vim {} ; more text objects. IE: cin (change in next parens). generally better handling of surrounding objects.
|
|
|
|
:unblevable/quick-scope {} ; highlight targets when pressing f<character>
|
|
|
|
|
|
|
|
:iamcco/markdown-preview.nvim {:run vim.fn.mkdp#util#install}
|
|
|
|
|
|
|
|
; code-related ----------------------------------------- <<<
|
|
|
|
|
2021-05-08 18:51:05 +00:00
|
|
|
:folke/lsp-trouble.nvim {:mod "plugins.trouble"}
|
|
|
|
:simrat39/symbols-outline.nvim {:mod "plugins.symbols-outline"}
|
2021-05-08 17:31:04 +00:00
|
|
|
:neovim/nvim-lspconfig {}
|
2021-05-08 18:51:05 +00:00
|
|
|
:hrsh7th/nvim-compe {:mod "plugins.compe"}
|
|
|
|
:glepnir/lspsaga.nvim {:mod "plugins.lspsaga"}
|
2021-05-08 17:31:04 +00:00
|
|
|
|
|
|
|
|
|
|
|
:Olical/conjure {}
|
|
|
|
:tami5/compe-conjure {}
|
|
|
|
|
|
|
|
:machakann/vim-highlightedyank {}
|
|
|
|
:ciaranm/detectindent {}
|
|
|
|
:pechorin/any-jump.vim {}
|
|
|
|
:justinmk/vim-sneak {}
|
|
|
|
:psliwka/vim-smoothie {}
|
|
|
|
:editorconfig/editorconfig-vim {}
|
|
|
|
:honza/vim-snippets {}
|
|
|
|
:tommcdo/vim-exchange {}
|
2021-05-08 18:51:05 +00:00
|
|
|
;:frazrepo/vim-rainbow {}
|
2021-05-08 17:31:04 +00:00
|
|
|
|
|
|
|
:bhurlow/vim-parinfer {:ft ["fennel" "carp" "lisp" "elisp"]}
|
|
|
|
|
|
|
|
:bduggan/vim-raku {:ft ["raku"]}
|
|
|
|
:LnL7/vim-nix {:ft ["nix"]}
|
|
|
|
|
|
|
|
:kevinoid/vim-jsonc {}
|
|
|
|
|
|
|
|
:ap/vim-css-color {}
|
|
|
|
:pangloss/vim-javascript {} ; syntax highlighting JS
|
|
|
|
:ianks/vim-tsx {}
|
|
|
|
:leafgarland/typescript-vim {}
|
|
|
|
:sheerun/vim-polyglot {} ; Syntax highlighting for most languages
|
|
|
|
:HerringtonDarkholme/yats.vim {} ; typescript syntax highlighting
|
|
|
|
:mxw/vim-jsx {}
|
|
|
|
;:mattn/emmet-vim {}
|
|
|
|
|
|
|
|
:purescript-contrib/purescript-vim {}
|
|
|
|
|
|
|
|
|
|
|
|
:derekelkins/agda-vim {:ft ["agda"]}
|
|
|
|
:neovimhaskell/haskell-vim { :ft ["haskell"]}
|
|
|
|
|
|
|
|
:rust-lang/rust.vim {:ft ["rust"]
|
|
|
|
:requires ["mattn/webapi-vim"]}
|
|
|
|
:simrat39/rust-tools.nvim {:ft ["rust"]}
|
|
|
|
:ray-x/lsp_signature.nvim {}
|
|
|
|
|
|
|
|
:bakpakin/fennel.vim {}
|
|
|
|
:tjdevries/nlua.nvim {})
|
|
|
|
; >>>
|
|
|
|
|
|
|
|
|
|
|
|
; vim:foldmarker=<<<,>>>
|
|
|
|
|
|
|
|
|