Commit Graph

551 Commits

Author SHA1 Message Date
David JULIEN b6110b6fdb [mail] feat: update sb-mailbox to use @univ-nantes
ref. commit 5bc787c7
2022-10-17 12:41:35 +02:00
David JULIEN bc45514a3b [pass] update pass commands according to new layout 2022-10-17 11:59:37 +02:00
David JULIEN d8afd0789b [system] feat: fix issues between JAVA and dwm 2022-10-17 10:41:43 +02:00
David JULIEN 5bc787c7ea [mail] feat: add @univ-nantes to replace @ens-lyon 2022-10-17 10:40:40 +02:00
David JULIEN 48b48db3b7 [mail] refactor: use env variables 2022-10-17 10:40:36 +02:00
David JULIEN 32c794954f [mutt] feat: change folders tracked for ens 2022-10-14 10:51:15 +02:00
David JULIEN 105b3d117f [mutt] feat: use XDG_BASE_DIRECTORIES 2022-10-14 10:45:23 +02:00
David JULIEN 937a6aaa15 [displayselect] fix: grepping of monitors 2022-10-14 10:37:13 +02:00
David JULIEN 0670ad37a6 [displayselect] feat: remove default config 2022-10-14 10:34:40 +02:00
David JULIEN 9b07e00f95
Merge branch 'dev' into mercury
nvim: tweak autocompletion
scripts: fix tex files compilation
mail: add folders for ens account
status: separate states for wifi down and no ssid
2022-07-28 20:07:56 +02:00
David JULIEN 40a6eb6330 [statusbar] feat: separate states for wifi down and no ssid 2022-07-28 20:06:53 +02:00
David JULIEN 4540ec5578 [mail] feat: add MOVEP/QEST folders to ens account 2022-07-28 20:06:24 +02:00
David JULIEN dede9bcf79 [scripts] feat: compile main.tex the right way 2022-07-08 15:26:05 +02:00
David JULIEN a035e1ee17 [nvim] feat: tweak autocomplete behavior
change binding
autocomplete
2022-07-08 15:24:58 +02:00
David JULIEN 519eecbc4b
Merge branch 'dev' into mercury
nvim: consistent names for LSP hints
statusbar: handle >100% battery cases
2022-06-11 12:25:17 +02:00
David JULIEN 72d94850b4 [statusbar] feat: handle >100% battery cases 2022-06-11 12:24:01 +02:00
David JULIEN 1bd3ea5adc [nvim] fix: consistent names for diagnostics 2022-06-08 10:29:35 +02:00
David JULIEN 7fe2da7d37
Merge branch 'dev' into mercury
nvim:
        fix lsp hints
        fix latex snippets
        remove unused backup file

scripts:
        compiler luatex + main.tex if available
2022-05-31 22:02:30 +02:00
David JULIEN 96b6b535a5 [nvim] cleanup: remove unused backup file 2022-05-31 17:31:35 +02:00
David JULIEN 5689005285 [scripts] feat: compile luatex + main project if exists 2022-05-31 17:24:57 +02:00
David JULIEN 12182ea487 [nvim] fix: lsp hints in signbar 2022-05-31 17:21:29 +02:00
David JULIEN 6bdf71567f [nvim] fix: no newline after itemize in tex files 2022-05-19 15:08:44 +02:00
David JULIEN 2be3a9f24b
Merge branch 'dev' into mercury
sxhkd:
        tweak color-switch keymaps
        add screenlock keymap
        add screenshot for window
nvim:
        add latex lsp
2022-05-17 16:46:45 +02:00
David JULIEN 015c7f3936 [nvim] feat: add latex lsp 2022-05-17 16:45:58 +02:00
David JULIEN 9a076e3984 [sxhkd] feat: add screenshot -w keymap 2022-05-17 16:23:44 +02:00
David JULIEN 9360696302 [sxhkd] feat: alt key to tweak mappings 2022-05-17 16:23:07 +02:00
David JULIEN 33f4267a61 [sxhkd] feat: add slock keymap 2022-05-17 16:20:52 +02:00
David JULIEN 1bcbd9f305
Merge branch 'dev' into mercury
ncmpcpp: tweak colors
2022-05-17 12:05:09 +02:00
David JULIEN 0c0baaaadf [ncmpcpp] feat: tweak colors to be readable in both ligh and dark themes 2022-05-17 12:00:02 +02:00
David JULIEN ba33d7baad
Merge branch 'dev' into mercury
script: fix screenshot
nvim: cleanup lsp config
        custom icons for packer
2022-05-04 23:06:38 +02:00
David JULIEN 583121534c [nvim] feat: custom icons for packer
also require it at the beginning
2022-05-04 22:59:13 +02:00
David JULIEN f25ef3e9be [nvim] feat: cleanup server setup 2022-05-04 22:58:42 +02:00
David JULIEN 5d8c5ca6f4 [scripts] fix: screenshot
also add header
2022-05-03 20:23:13 +02:00
David JULIEN ea8f3d2e54 Merge branch 'dev' into mercury
nvim: fix diagnostics in statusline
        rewrite lspconfig
2022-05-02 23:35:55 +02:00
David JULIEN f20223da57 [nvim] feat: update lsp config to follow plugins
nvim-lsp-installer stopped setting things up, setup lsp through
lspconfig
2022-05-02 23:35:31 +02:00
David JULIEN 407d9983a8 [nvim] fix: statusline diagnostics
diagnostics are buffer-specific
2022-05-02 23:32:25 +02:00
David JULIEN 8fbbc291ab
Merge branch 'dev' into mercury
nvim: add colors + icons to nvim-cmp
        trim down colorscheme
dwm: add screenshot script
mail: change Centrale name to "Smecta"
2022-05-01 18:37:49 +02:00
David JULIEN 0cb56c9a46 [dwm] feat: add screenshot script + keymap 2022-05-01 18:37:27 +02:00
David JULIEN fb9ea761df [nvim] feat: add nvim-cmp colors 2022-05-01 18:36:33 +02:00
David JULIEN 375f82d8e6 [nvim] refactor: trim down lsp icons + remove unused functions 2022-05-01 18:30:12 +02:00
David JULIEN f0596d3c80 [nvim] refactor: move CompletionItems to cmp.lua 2022-05-01 14:43:00 +02:00
David JULIEN 8f73067a9b [nvim] fix: variable names conflicts 2022-05-01 14:42:05 +02:00
David JULIEN c29a53ac58 [mail] feat: change Centrale displayed name
is now "Smecta"
2022-05-01 14:41:20 +02:00
David JULIEN 24781bbf71
Merge branch 'dev' into mercury
nvim: change function name in cmp.lua
        [snippets] only jump inside snippets with tab
        fix snippets config
        custtom colored nodes for for snippets
        write latex keymaps the 0.7 way
2022-04-29 00:24:14 +02:00
David JULIEN 695cd74e54 [nvim] feat: custom (colored) nodes for snippets 2022-04-29 00:23:08 +02:00
David JULIEN e23ea8343a [nvim] feat: write latex keymaps the 0.7 way 2022-04-29 00:21:30 +02:00
David JULIEN 6fd5067bc4 [nvim] fix: snippets config 2022-04-29 00:20:18 +02:00
David JULIEN 6581d9af42 [nvim] feat: only jump inside the snippet 2022-04-29 00:18:53 +02:00
David JULIEN 4669337540 [nvim] rewrite: has_words_before in cmp.lua 2022-04-29 00:18:25 +02:00
David JULIEN ce0709a0b1
Merge branch 'dev' into mercury
dwm: update to 6.3 (fresh restart)
nvim: update to 0.7
    change keymap API
    update LSP installation
    lua tabstop=8->4
    remove unused plugins
2022-04-27 22:47:51 +02:00