@@ -35,7 +35,7 @@ reference for nvim users who want to start doing python development.
35
35
- This is not a nvim-distro, this is a * minimal* nvim config specifically for
36
36
python. It's intended as a starting point for creating your own config.
37
37
- Requirement: nvim 0.10.
38
- - ~ 20 plugins, ~ 400 lines, everything in one single ` init.lua ` .
38
+ - ~ 15 plugins, ~ 350 lines, everything in one single file .
39
39
- Includes detailed comments explaining what the config does.
40
40
- The config can be fully bootstrapped: all plugins and tools are automatically
41
41
installed on startup.
@@ -117,25 +117,18 @@ For other citation styles, use the following metadata:
117
117
- [ BibTeX] ( ./CITATION.bib )
118
118
119
119
## Credits
120
- __ Thanks__
121
120
[ kickstart.nvim] ( https://github.com/nvim-lua/kickstart.nvim ) as an example how
122
121
to do this.
123
122
124
- __ About Me__
125
123
In my day job, I am a sociologist studying the social mechanisms underlying the
126
124
digital economy. For my PhD project, I investigate the governance of the app
127
125
economy and how software ecosystems manage the tension between innovation and
128
126
compatibility. If you are interested in this subject, feel free to get in touch.
129
127
130
- __ Blog__
131
128
I also occasionally blog about vim: [ Nano Tips for Vim] ( https://nanotipsforvim.prose.sh )
132
129
133
- __ Profiles__
134
- - [ reddit] ( https://www.reddit.com/user/pseudometapseudo/ )
135
- - [ Discord] ( https://discordapp.com/users/462774483044794368/ )
136
130
- [ Academic Website] ( https://chris-grieser.de/ )
137
- - [ GitHub] ( https://github.com/chrisgrieser/ )
138
- - [ Twitter] ( https://twitter.com/pseudo_meta )
131
+ - [ Mastodon] ( https://pkm.social/@pseudometa )
139
132
- [ ResearchGate] ( https://www.researchgate.net/profile/Christopher-Grieser )
140
133
- [ LinkedIn] ( https://www.linkedin.com/in/christopher-grieser-ba693b17a/ )
141
134
0 commit comments