dotfiles/symlinks/config/nvim/plugin
Ensar Sarajčić b2cb05261b Add more vim projections 2022-05-05 14:03:39 +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 Update dap.lua config 2022-05-03 18:56:58 +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
netrw.vim WIP - Neovim 0.5.0 migration 2021-02-24 14:48:48 +01:00
projectionist.lua Add more vim projections 2022-05-05 14:03:39 +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 Use telescope-ui-select for vim.ui.select 2022-05-05 12:23:39 +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).