Commit Graph

577 Commits

Author SHA1 Message Date
David JULIEN 403304b60d
Merge branch 'dev' into venus
nvim: add mini.surround plugin
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2023-02-25 23:33:17 +01:00
David JULIEN 31862695f8 [nvim] feat: add mini.surround plugin 2023-02-25 23:24:49 +01:00
David JULIEN 14c84e7728
Merge branch 'dev' into venus
nvim: replace path in statusline by "/.../" when useful
2023-02-22 19:35:51 +01:00
David JULIEN 85b4b08824 [nvim] feat: replace path in statusline by "/.../" when useful 2023-02-22 19:35:15 +01:00
David JULIEN f747d46176
Merge branch 'dev' into venus
npm: remove deprecated setting
nvim: fix settings
        fix statustline path shortening
        add basic web-dev setup
        cleanup files though LSP
2023-02-19 17:25:18 +01:00
David JULIEN 34dc364d9f [nvim] cleanup: format all files through LSP 2023-02-19 17:25:12 +01:00
David JULIEN 0e1e60f532 [nvim] feat: basic web-dev setup
add LSPs for JavaScript/HTML
add Treesitter for JavaScript/HTML/markdown
add support for .njk (as HTML) files
2023-02-19 17:25:12 +01:00
David JULIEN 55c27719d3 [nvim] fix: correctly shorten "_XXX" elements in statusline 2023-02-19 17:25:12 +01:00
David JULIEN 9aae779da4 [nvim] fix: duplicate setting + set tabstop to 4 2023-02-19 17:25:12 +01:00
David JULIEN d4bbbcdcc2 [npm] cleanup: remove deprecated setting 2023-02-19 17:25:07 +01:00
David JULIEN 4c3cce7449
Merge branch 'dev' into venus
nvim: fix statusline path for unfocused buffers
2023-02-15 22:32:45 +01:00
David JULIEN cdd3b50248 [nvim] fix: shorten filenames in unfocused buffers
786d119 shortened the filename for the current buffer, but didn't change
the filename in other buffers
2023-02-13 14:57:08 +01:00
David JULIEN 786d119e5c [nvim] feat: shorten path in statusline if needed 2023-02-12 22:30:25 +01:00
David JULIEN ccd53951ac
Merge branch 'dev' into venus
nvim: rename lua LSP server
        add mini.indentscope
2023-02-12 19:25:49 +01:00
David JULIEN 475ed9bb31 [nvim] feat: add mini.indentscope 2023-02-12 18:42:36 +01:00
David JULIEN 306a6ef1da [nvim] fix: rename lua LSP server 2023-02-12 18:42:25 +01:00
David JULIEN 097d451be7
Merge branch 'dev' into venus
nvim: rename comment.lua to editor.lua
        add mini.pairs
2023-02-08 23:07:22 +01:00
David JULIEN 9aed284dbe [nvim] feat: add mini.pairs 2023-02-08 22:54:00 +01:00
David JULIEN 3892bc9389 [nvim] cleanup: rename comment.lua to editor.lua
the file will host plugins relative to the editor itself, not only
comments
2023-02-08 22:53:04 +01:00
David JULIEN ffbc5c4d69
Merge branch 'dev' into venus
nvim: cleanup telescope.lua file
        add TreeSitter support for C++, Python, LaTeX
2023-02-03 09:19:48 +01:00
David JULIEN 2efc69cc16 [nvim] feat: add TreeSitter parses for C++, Python, LaTeX 2023-02-03 09:18:39 +01:00
David JULIEN 58f2ddf866 [nvim] cleanup: telescope.lua layout 2023-02-03 09:18:19 +01:00
David JULIEN c4b572528e
Merge branch 'dev' into venus
nvim: add Telescope keymaps
        fix luassert prompt
        switch to lazy.nvim for plugin management
2023-01-29 01:10:50 +01:00
David JULIEN 19af34b75d
[nvim] feat: switch to lazy.nvim
!!! BREAKING: packer.nvim is not used anymore

to get telescope-fzf-native.nvim working, run  `:Lazy build
telescope-fzf-native.nvim`
2023-01-29 01:09:12 +01:00
David JULIEN 173e84c089 [nvim] fix: don't ask for luassert on attach 2023-01-29 00:48:45 +01:00
David JULIEN fcb727cea0 [nvim] feat: add Telescope keymaps
<leader>tk to list keymaps
<leader>tx to list diagnostics
2023-01-29 00:27:05 +01:00
David JULIEN 898f69a379
Merge branch 'dev' into venus
nvim: add keymap for escaping Terminal-mode
2023-01-28 19:55:33 +01:00
David JULIEN debc21cc3a [nvim] feat: add keymap to escape Terminal-mode 2023-01-27 11:37:15 +01:00
David JULIEN 1e58d044f6
Merge branch 'dev' into venus
nvim: remove nvim-autopairs
        remove default template snippets
        fix `env` tex snippet
        add keymaps for pdf viewer pop-up
scripts: remove tex compilation files only on success
status: fix openvpn status check
        fix openvpn status display
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2023-01-20 22:13:18 +01:00
David JULIEN e37b806428 [nvim] feat: add keymaps for pdf viewer pop-up 2023-01-20 10:44:32 +01:00
David JULIEN 53f024e982 [nvim] fix: tex `env` snippet 2023-01-20 10:43:42 +01:00
David JULIEN 9a46c8d9af [status] fix: openvpn status display 2023-01-19 19:17:37 +01:00
David JULIEN 553556143f [status] fix: openvpn status check 2023-01-19 19:17:02 +01:00
David JULIEN c43b07af1a [scripts] fix: remove tex compilation files only on success 2023-01-18 09:45:06 +01:00
David JULIEN d8a131a086 [nvim] cleanup: remove default template snippets 2023-01-18 09:45:06 +01:00
David JULIEN 0c8d9ac4c1 [nvim] cleanup: remove nvim-autopairs 2023-01-18 09:42:54 +01:00
David JULIEN 621ad66900
Merge branch 'dev' into venus
nvim: fix tex snippets
system: use $internal in displayselect
        reset dwm after switching colors or display layout
2023-01-15 18:45:19 +01:00
David JULIEN 1545ec85da [system] fix: reset dwm after switching colors or display layout 2023-01-14 12:37:52 +01:00
David JULIEN 760f3cea63 [system] fix: actually use $internal in displayselect 2023-01-10 10:26:43 +01:00
David JULIEN e36f458063 [nvim] fix: trim tex snippets 2023-01-10 10:24:34 +01:00
David JULIEN d6418ebd47
Merge branch 'dev' into venus
mail: fix template
nvim: show textwidth column
2023-01-09 20:41:12 +01:00
David JULIEN 486c1b70ab [nvim] feat: display textwidth column 2023-01-09 18:03:35 +01:00
David JULIEN baf9b8ed69 [mail] fix: remove last line of neomutt config
was an artifact
2023-01-09 15:12:17 +01:00
David JULIEN 8410cbd46c
Merge branch 'dev' into venus
dwm: add restoreafterrestart patch
system: update gitignore
2023-01-08 18:21:46 +01:00
David JULIEN 23e4798377 [dotfiles] feat: update gitignore
remove useless stuff
add personnal configs
2023-01-08 18:19:23 +01:00
David JULIEN 863b0c367b [dwm] feat: restoreafterrestart patch 2023-01-08 18:12:17 +01:00
David JULIEN 61551cf45b
Merge branch 'dev' into venus
nvim: smart pasting in visual mode
        add description to <C-E>
        comments and formatting
        keymaps for visual-mode only
        send selection to void register
        fix lsp formatting
dwm: window selborder gets its own variable
        increase bordersize
        update to 6.4
st: update to 0.9
dmenu: update to 5.2
system: restartsig patch for dwm
2023-01-08 17:48:44 +01:00
David JULIEN 1344ce8f2d [st] fix: color codes in config.def.h 2023-01-08 17:46:53 +01:00
David JULIEN f80d348612 [system] feat: restartsig patch for dwm
switch-color keybinding now restarts dwm
2023-01-08 15:32:14 +01:00
David JULIEN e697700e75
[dwm] feat: update to 6.4 2023-01-08 15:29:47 +01:00