dotfiles/symlinks/config/nvim/plugin
Ensar Sarajčić 60cf434dec Fix projectionist lua test template 2022-05-08 17:33:41 +02:00
..
.gitignore Ignore neovim packer_compiled file 2021-11-05 21:39:40 +01:00
README.md WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
dap.lua Add .vscode/launch.json support to dap 2022-05-07 13:28:18 +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
ledger.vim WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
local_vimrc.lua Move lua files into unique package to prevent clashes 2022-04-29 13:40:44 +02:00
luapopup.lua Validate lua code in luapopup before hiding popup 2022-05-07 12:33:53 +02:00
netrw.vim WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
projectionist.lua Fix projectionist lua test template 2022-05-08 17:33:41 +02:00
rest.lua Move lua files into unique package to prevent clashes 2022-04-29 13:40:44 +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 Fix formatting with stylua 2022-04-28 15:54:37 +02:00
statusline.vim Add more DAP config 2021-11-05 10:56:28 +01:00
tabline.vim WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
telescope.lua Use telescope-ui-select for vim.ui.select 2022-05-05 12:23:39 +02: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 bottom terminal command 2022-05-05 21:57:46 +02:00
undoconf.vim WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
vimwiki.vim Move lua files into unique package to prevent clashes 2022-04-29 13:40:44 +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).