dotfiles/symlinks/config/nvim/plugin
Ensar Sarajčić c5f7c1f717 More neovim java setup 2024-03-26 11:46:04 +01:00
..
README.md WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
dadbod.vim Add vim-dadbod-completion 2023-05-23 17:38:03 +02:00
dap.lua Update lldb executable name 2023-07-07 14:24:26 +02:00
devcontainer.lua Fix dadbod and autocommands for devcontainer 2023-09-08 18:51:03 +02:00
fugitive.lua Move lua files into unique package to prevent clashes 2022-04-29 13:40:44 +02:00
gitsigns.lua Fix formatting with stylua 2022-04-28 15:54:37 +02:00
grep.lua Set rg as grepprg when available 2022-06-02 16:52:59 +02:00
java_host.lua Sway config improvements 2022-10-21 08:13:39 +02:00
ledger.vim WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
local_vimrc.lua Add descriptions to all nvim_create_user_command 2022-05-12 21:12:01 +02:00
luapopup.lua Add descriptions to all nvim_create_user_command 2022-05-12 21:12:01 +02:00
netrw.lua nvim: update netrw config 2022-05-24 15:16:45 +02:00
projectionist.lua More neovim java setup 2024-03-26 11:46:04 +01:00
rest.lua Add descriptions to all nvim_create_user_command 2022-05-12 21:12:01 +02:00
ruby_host.vim Update windows remote plugin host settings 2021-07-29 23:06:24 +02:00
scratch_buffer.vim WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
sexp.lua Migrate to conjure instead of fireplace.vim 2022-05-04 14:06:58 +02:00
snippets.lua More neovim java setup 2024-03-26 11:46:04 +01:00
spectre.lua Add nvim-spectre 2024-02-08 11:31:17 +01:00
statusline.lua Rewrite statusline in lua 2022-05-11 14:28:04 +02:00
tabline.vim WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
telescope.lua Add fidget and increname to vim 2024-01-15 10:03:48 +01:00
tex.vim WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
treesitter.lua Fix formatting with stylua 2022-04-28 15:54:37 +02:00
ui.lua Add fidget and increname to vim 2024-01-15 10:03:48 +01:00
undoconf.vim WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
vimconf_utils.lua Add descriptions to all nvim_create_user_command 2022-05-12 21:12:01 +02:00

README.md

Plugins

This directory should be mostly used to group custom functionalities together into a "plugin". In some cases this can be used to set up plugin settings, if it is required to be run before plugin (othwerise use /after/plugin).