dotfiles/nvim/.config/nvim/spell/en.utf-8.add

218 lines
2.3 KiB
Plaintext
Raw Normal View History

2020-12-19 15:17:10 +00:00
Beckert
Bourdieu's
CSO
Castells
ECAFE
2020-02-25 22:27:15 +00:00
Escobar
2020-12-19 15:17:10 +00:00
FDI
Farole
Fordism
Fordist
2023-12-12 11:05:07 +00:00
Gramsci
2020-12-19 15:17:10 +00:00
JIT
2020-05-05 07:52:08 +00:00
Kyrgyzstan
Kyūshū
2020-12-19 15:17:10 +00:00
McAfee
Molle
Mong
Monstanto
Orientalism
Parmeter
Polanyi
Poznań
Prestholdt
Qing
2020-12-19 15:17:10 +00:00
SEZs
Schaaf
Sklair
Solidarność
Taylorism
Taylorist
Taylorization
Tricontinental
UNSC
Uber
Walmart
Woolfrey
Wrocław
Zapatista
absolvement
analyses
2020-12-19 15:17:10 +00:00
anthropomorphize
anthropomorphized
artifactual
atheoretical
autarky
colleagueship
commodification
commodified
conditionality
constructivist
contestations
depoliticization
dialogue
disposability
embeddedness
2020-12-19 15:17:10 +00:00
epistemes
essentialism
exceptionalism
2020-12-19 15:17:10 +00:00
exceptionality
exchangeability
feminization
2020-12-19 15:17:10 +00:00
financialization
fulfill
gauges
globalised
globalization
glyphosate
2020-12-19 15:17:10 +00:00
guerilla
heroization
heterogenous
hypermobility
iconicity
impactful
informationalism
internet
marketization
megaprojects
neoliberalism
nomadism
nomos
patricentric
plugin
precarity
2020-12-19 15:17:10 +00:00
presidentialization
replaceability
repurposing
reregulation
screenshot
securitizing
2020-12-19 15:17:10 +00:00
selfies
technologization
temporality
2020-12-19 15:17:10 +00:00
tertiarization
transnationalism
universalisms
univseralism
weaponization
blog
flexicurity
indices
Anthropocene
nvim: Switch from vimL to lua setup Switched to a lua setup. Moved from `init.vim` to `init.lua`. Moved to a lua-based plugin manager (packer.nvim). Moved some plugins to neovim (i.e. lua) versions instead of vimL (notably fzf and indentLine). Enabled lsp, treesitter and similar plugins by default. Modularized plugins a little by invoking them in separate files. This should provide a base to build on, and allow me to more fully integrate lua into my workflow. More detailed changes follow: nvim: Replace completion-nvim with nvim-compe Replaced completion-nvim since compe comes with more things working out of the box (especially buffer completion and treesitter save me two plugin installations), and seems to be overall a bit better supported. It's fast, it works well, and I can add custom completion sources so that should be good enough for me. Changed around a couple of other things for lsp settings and treesitter, and moved the files around a bit. This is somewhat in preparation for a move to a lua-based configuration, since I have long wanted to make the switch. nvim: Add treesitter-enabled rainbow brackets Added rainbow brackets to the editor, using the treesitter AST detection. I am not sure yet if I will keep them, or if they confuse me more than they help by coloring *everything* *everywhere* and being a bit too much for my tired eyes. nvim: Add vim-terminator to enable repl style dev Added vim-terminator and included some basic keybindings. The plugin allows sending code over to a terminal window, or repl for those languages where it's enabled (python, R, bash somewhat). The basic workflow for me right now is: From e.g. a python file 1. Open a repl with <leader>rr 2. Send over code with 2a. <leader>rt sending (selected part or whole of) file over 2b. <leader>rd sending (selected part or whole of) delimited area over A delimited area in option 2b looks for certain patterns and sends everything up-to the next instance of that pattern. Currently, the enabled patterns are `In[n]:` with n being a number, emulating the way jupyter blocks are coded; and `^```` (three back-ticks at the beginning of a line), to enable sending code fences from (R)markdown files. Since it uses the filetype to determine which repl/interpreter to send code to, it is still a little unwieldy in markdown files (which in this editor get handled as `pandoc` filetype.) FIXME: There are two options going forward, either finding a way to correctly identify the interpreter without filetype (should be done in vim-terminator and seems inelegant) or correctly setting the filetype for code fences in (R)Markdown *only* (seems more feasible and may already be enabled in RMarkdown plugins for vim). nvim: Fix simultaneous opening alacritty and nvim When opening both (e.g. `alacritty -e nvim file`), neovim would open with the wrong size (usually way smaller than the resulting terminal size) and stay that way until you resized the terminal window. This simply sends a 'resize' kill command to vim whenever the user enters it to circumvent the bug until it's fixed. nvim: Simplify lua plugin setup, Add indentLine Added indent line plugin to show where and how indentations occur using neovims virtual text. Can be toggled with `:IndentBlanklineToggle`. Simplified lua setup a little by naming settings after intent instead of per plugin -- everything lsp-y now resides in `lsp.lua`, everything treesitter in `treesitter.lua`, everything indentation in its respective file. Should, as long as plugins don't get too many, be perhaps a little simpler to reason about. nvim: Switch to packer as plugin manager Switched to packer -- the plugins move to lua and so will I. Packer seems basically like `vim-plug` in a dress (which is awesome, since vim-plug is also awesome!) and it is extremely fast. So, no real complaints but still a little switch to get that little bit further away from vimscript. nvim: Add telescope plugin and configuration Added telescope as fzf replacement. Fzf served me well, but the configuration is somewhat difficult (not least owing to the fact it's written in vimscript), and telescope has a burgeoning ecosystem growing around it. I could basically drop-in replace all of my mappings and then some. Refined some options and changed some defaults and I am fairly happy for now. nvim: Switch to zettelkasten plugin over wiki.vim
2021-03-24 20:06:17 +00:00
ecotourism
legitimation
qutebrowser: Add proxying support for websites Added automatic proxying to floss alternative frontends for proprietary websites like reddit (teddit), youtube (invidious), twitter (nitter), and instagram (bibliogram). Often does not work on calling cached websites, meaning when it does not load the correct page a full reload (shift-R) should call up the correct frontend on first use of a previously visited page. Squashed commit of the following: commit ccf5a9f9a001c466e4fe00763f561d09a598bd70 Author: Marty Oehme <marty.oehme@gmail.com> Date: Wed Jul 28 10:05:37 2021 +0200 qutebrowser: Add LocalLeader key concept Added differentiation between leader mappings and local leader mappings, with a similar idea to vim: leader mappings enact changes within qutebrowser on a more general level (currently e.g. changing tab display, javascript switch, stylesheet setting) while local leader mappings enact changes or interact with the current page context (e.g. start mpv stream, display in readability mode, download pdf version of page, and so on). This will be hard for my muscle memory, but I think such a switch benefits logical action separation in the long run, especially in case I add more action shortcuts over time. An interesting thing this separation also allows is a more buffer-specific action repertoire (for example through recognition of current page context with interceptors) so specific pages contain different actions. commit afbe573d527b70fa57d643ede78cd5e71f3ca4c1 Author: Marty Oehme <marty.oehme@gmail.com> Date: Tue Jul 27 16:00:37 2021 +0200 qutebrowser: Rename key mapping file Renamed from `keys.py` to `maps.py` to keep some coherence with nvim naming scheme. commit cc78cbb67953bba7ab4d5a6dd48dfa50fbcfe2fc Author: Marty Oehme <marty.oehme@gmail.com> Date: Tue Jul 27 10:19:34 2021 +0200 qutebrowser: Add reddit redirection Added redirection to old.reddit whenever a link on reddit is opened. Added redirection of youtube links to yewtu.be invidious instance.
2021-08-18 20:28:50 +00:00
wellbeing
harkens
Sossusvlei
Kulala
reframed
dichotomized
presentational
dichotomization
2021-09-24 14:26:42 +00:00
paradigmatically
Kaokoland
Deadvlei
Himba
Kasoana
implementers
recontextualizations
legitimations
recontextualization
reframing
marketizations
pangolins
recontextualized
ecocentric
econocentric
neoliberalization
anthropocenic
underconsumption
spatio-temporal
econocentrism
Covid
tourisms
rangelands
socio-economic
ecosystem
sustainably
programmes
neoliberalized
epistemologically
commodify
Vision2030
recontextualizes
framings
ecocentrism
centric
ur
externalities
unowned
extractive
Gramscian
irreversibility
catastrophism
commodifying
rentier
un
legitimizations
diagnostic
inevitabilities
teleologically
fn
Sklair's
recontextualizing
spatialized
reframe
recontextualize
Nujoma
oryx
utilisation
agro
Etosha
reified
semiotically
triadic
neoliberalism's
ascriptions
exploitations
tradeable
reproducability
2022-11-01 15:04:54 +00:00
positivity
2023-03-19 13:49:24 +00:00
dataset
endogeneity
2023-05-23 13:50:50 +00:00
outliers
2023-06-07 08:06:20 +00:00
GitLab
Gitea
2023-08-08 07:55:38 +00:00
caramelization
Maillard
individualities
vaccilation
SSCM
GSCM
multicriteria
2023-10-05 16:28:15 +00:00
ILO
Palma
2023-11-15 13:25:09 +00:00
programmatically
TUI
Lemmy
cli
2023-12-12 11:05:07 +00:00
Pareto
decarbonise
Gini
Familia
Bolsa
ppts
ppt
Programo
Urbano
redistributional
2023-12-30 20:30:16 +00:00
HIC
LMIC
hukou
2024-02-10 12:36:42 +00:00
Theil
unobservables
familialization
2024-02-24 08:13:39 +00:00
FTA
gray
quantifiability