Wed, 25 Sep 2024 15:03:13 -0500
No LSP autostart when read-only
I think nvim actually threw out 'view' argc detection, I just use -R and alias
view to it.
1022 | 1 | local g = vim.g |
2 | ||
1014 | 3 | require("config.options") |
1019 | 4 | require("lazy-bootstrap") |
1015 | 5 | require("config.maps") |
6 | require("config.lsp") | |
1075
3b88450bda15
port custom autocmds to lua
Meredith Howard <mhoward@roomag.org>
parents:
1074
diff
changeset
|
7 | require("config.autocmds") |
1078
aa4c1aa529a5
Start porting custom commands to lua
Meredith Howard <mhoward@roomag.org>
parents:
1075
diff
changeset
|
8 | require("config.commands") |
1075
3b88450bda15
port custom autocmds to lua
Meredith Howard <mhoward@roomag.org>
parents:
1074
diff
changeset
|
9 | |
1021
f0756bba5d2f
Add some plugin config
Meredith Howard <mhoward@roomag.org>
parents:
1019
diff
changeset
|
10 | -- >> Builtin |
f0756bba5d2f
Add some plugin config
Meredith Howard <mhoward@roomag.org>
parents:
1019
diff
changeset
|
11 | g.netrw_altfile = 1 |
f0756bba5d2f
Add some plugin config
Meredith Howard <mhoward@roomag.org>
parents:
1019
diff
changeset
|
12 | g.netrw_use_errorwindow = 0 |