Commit 8d2bb2c
committed
[Neovim] Use vim.pack
I don't use most of what [lazy.nvim] has to offer, so now that Neovim
has a builtin plugin manager (`vim.pack`), I figured I'd check it out.
For the most part this is a 1:1 translation from [lazy.nvim] to
`vim.pack`. There are, however, a few deviations of note. In a few
instances, the config is being updated to bring it in line with the
current state of the plugin. The requirements.txt plugin is no longer
needed because Neovim handles the syntax itself. Neorg requires
luarocks; this is handled automatically by [lazy.nvim], but not
`vim.pack`. Rather than creating song long complicated way to handle
this myself, I'm switching to [obsidian.nvim], specifically a fork that
supports using [snacks.nvim] as the picker. While I don't use Obsidian
itself, I can leverage the plugin for notes and todos, all with standard
Markdown syntax.
[lazy.nvim]: https://github.com/folke/lazy.nvim
[obsidian.nvim]: https://github.com/obsidian-nvim/obsidian.nvim
[snacks.nvim]: https://github.com/folke/snacks.nvim1 parent bf43ec9 commit 8d2bb2c
62 files changed
Lines changed: 784 additions & 631 deletions
File tree
- .config
- nvim
- ftplugin
- lua/dirn
- specs
- plugin
- yadm
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | 102 | | |
108 | 103 | | |
109 | 104 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 105 | | |
114 | 106 | | |
115 | 107 | | |
| |||
119 | 111 | | |
120 | 112 | | |
121 | 113 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
127 | 117 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 1 | | |
27 | 2 | | |
28 | 3 | | |
| |||
36 | 11 | | |
37 | 12 | | |
38 | 13 | | |
39 | | - | |
40 | | - | |
41 | 14 | | |
42 | 15 | | |
43 | 16 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments