This website requires JavaScript.
Explore
Help
Sign In
vladan
/
neovim
Archived
Watch
1
Star
0
Fork
You've already forked neovim
0
Code
Issues
1
Pull requests
Projects
1
Releases
Wiki
Activity
This repository has been archived on
2024-10-06
. You can view files and clone it, but cannot push or open issues or pull requests.
9b8c24ca69
neovim
/
lua
/
config
/
init.lua
5 lines
95 B
Lua
Raw
Normal View
History
Unescape
Escape
move to lua and make a poor man's ide
2021-11-25 22:10:31 +01:00
-- nvim-compe
require
(
'
config.compe
'
)
huge refactor - tidy up - shuffle code around - use same abstractions for all usecases
2023-07-30 04:26:25 +02:00
require
(
'
config.treesitter
'
)
move telescope config to a new module
2023-08-03 02:49:25 +02:00
require
(
'
config.telescope
'
)
Reference in a new issue
Copy permalink