This website requires JavaScript.
Explore
Help
Sign in
thomasabishop
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2c39b28da3
dotfiles
/
nvim
/
init.lua
5 lines
101 B
Lua
Raw
Normal View
History
Unescape
Escape
nvim: refactor to use lazy
2024-10-27 16:21:40 +00:00
require
(
"
config.options
"
)
require
(
"
config.keybindings
"
)
nvim: migrate to 0.12 — native LSP, completion, commenting; drop lspconfig/mason/cmp/lspsaga
2026-04-08 18:00:43 +01:00
require
(
"
config.lsp
"
)
chore: nvim tweaks
2024-11-17 15:09:38 +00:00
require
(
"
config.lazy
"
)
Reference in a new issue
Copy permalink