diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-06-09 18:12:20 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-06-09 18:12:20 +0200 |
| commit | 70980c2c53e9fc3cadd2f6eacd085dc0297f65b6 (patch) | |
| tree | 6a7a0af6ef52501960d6d0b99d72bc67cec052d0 /.config/nvim/lua/user/plugins.lua | |
| parent | c72de1d239aac325155fc840cd226309435538de (diff) | |
nvim: added a lisp-lsp, but honestly no idea what i did in plugins.lua; aliasrc: removed most of the emerge aliases; profile: changed $BROWSER; zathura: changed next-/previous-page keybinds; zshrc: added edit-command-line; ncmpcpp: removed visualiser
Diffstat (limited to '.config/nvim/lua/user/plugins.lua')
| -rw-r--r-- | .config/nvim/lua/user/plugins.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/nvim/lua/user/plugins.lua b/.config/nvim/lua/user/plugins.lua index 07f8f42..53823f8 100644 --- a/.config/nvim/lua/user/plugins.lua +++ b/.config/nvim/lua/user/plugins.lua @@ -99,4 +99,9 @@ require('packer').startup(function() require('user.plugins.luasnip') end } + use {'nvim-orgmode/orgmode', + config = function() + require('user.plugins.orgmode') + end + } end) |
