aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-12-27 13:57:22 +0100
committerlonkaars <loek@pipeframe.xyz>2021-12-27 13:57:22 +0100
commit7c9e27da43f27aab54b788990c3d80f6a90d64f3 (patch)
tree1ace6fa215245133097bfd780b1670c6865210ef /.config
parent5f84955b0626ca1446f7356025a95e4c574b50f4 (diff)
dots update
Diffstat (limited to '.config')
-rw-r--r--.config/coc/extensions/package.json2
-rw-r--r--.config/nvim/coc-settings.json11
-rw-r--r--.config/nvim/init.vim16
-rw-r--r--.config/polybar/config1
-rw-r--r--.config/startpage/index.html4
5 files changed, 27 insertions, 7 deletions
diff --git a/.config/coc/extensions/package.json b/.config/coc/extensions/package.json
index 13fb87c..9a8b236 100644
--- a/.config/coc/extensions/package.json
+++ b/.config/coc/extensions/package.json
@@ -8,7 +8,7 @@
"coc-json": ">=1.2.6",
"coc-neosnippet": ">=1.2.2",
"coc-python": ">=1.2.12",
- "coc-rls": ">=1.1.6",
+ "coc-rust-analyzer": ">=0.54.0",
"coc-tsserver": ">=1.5.8",
"coc-vimtex": ">=1.0.4"
}
diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json
index b98f17d..49d45e0 100644
--- a/.config/nvim/coc-settings.json
+++ b/.config/nvim/coc-settings.json
@@ -17,6 +17,17 @@
],
"filetypes": ["dart"],
"trace.server": "verbose"
+ },
+ "arduino":{
+ "command":"/usr/bin/arduino-language-server",
+ "rootPatterns":["*.ino"],
+ "filetypes":["arduino"],
+ "args":["-cli", "/bin/arduino-cli", "-clangd", "/bin/clangd", "-cli-config", "/home/loek/.arduino15/arduino-cli.yaml"]
+ },
+ "sql": {
+ "command": "sql-language-server",
+ "args" : ["up", "--method", "stdio"],
+ "filetypes": ["sql", "mysql"]
}
}
}
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index 713ea80..8855d5d 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -93,6 +93,15 @@ Plug 'morhetz/gruvbox'
Plug '~/.config/nvim/local/bliss'
Plug '~/.config/nvim/local/polarlight.vim'
Plug 'lonkaars/blubber'
+
+" tryout themes
+Plug 'https://github.com/mcchrish/zenbones.nvim'
+Plug 'https://github.com/Mangeshrex/uwu.vim'
+Plug 'https://github.com/metalelf0/jellybeans-nvim'
+Plug 'https://github.com/lifepillar/vim-wwdc17-theme'
+Plug 'https://github.com/jdsimcoe/abstract.vim'
+Plug 'https://github.com/ts-26a/vim-darkspace'
+Plug 'https://github.com/iandwelker/rose-pine-vim'
call plug#end()
" keybinds
@@ -110,6 +119,8 @@ imap <C-j> <Down>
imap <C-k> <Up>
imap <C-l> <Right>
+command WordQuotesToLatex :%s/‘/`/g | :%s/’/'/g
+
" leader keybindings
nnoremap <silent> <leader> :WhichKey '<space>'<CR>
@@ -243,7 +254,7 @@ let g:lightline = {
\ [ 'readonly', 'filename', 'modified']
\ ],
\ 'right': [
- \ [ 'gitbranch', 'lineinfo' ]
+ \ [ 'lineinfo' ]
\ ]
\ },
\ 'inactive': {
@@ -252,9 +263,6 @@ let g:lightline = {
\ ],
\ 'right': [ ]
\ },
- \ 'component_function': {
- \ 'gitbranch': 'gitbranch#name'
- \ },
\ }
let g:lightline.tabline = {
\ 'left': [ [ 'tabs' ] ],
diff --git a/.config/polybar/config b/.config/polybar/config
index b89d8e9..5d52381 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -40,6 +40,7 @@ module-margin-right = 1
font-0 = "JetBrains Mono Nerd Font:pixelsize=9:weight=regular:size=0;2"
font-1 = "JetBrains Mono Nerd Font:pixelsize=9:weight=bold:size=0;2"
font-2 = "Material Design Icons:size=12;2"
+font-3 = "mplus Nerd Font:pixelsize=9:weight=bold:size=0;2"
modules-left = time date
modules-center = weather mpd
diff --git a/.config/startpage/index.html b/.config/startpage/index.html
index fdee88f..dee74c5 100644
--- a/.config/startpage/index.html
+++ b/.config/startpage/index.html
@@ -36,9 +36,9 @@
</div>
<div class="column">
<h3 style="color: var(--color1)">school</h3>
- <a href="https://www.montiplaza.nl/">montiplaza</a>
- <a href="https://mcnijmegen.zportal.nl/app/">zermelo</a>
+ <a href="https://brightspace.avans.nl/d2l/home">brightspace</a>
<a href="https://pim.etesync.com/">etesync</a>
+ <a href="https://avans.mobius.cloud/">möbius</a>
</div>
</div>
</div>