Commit Graph

130 Commits

Author SHA1 Message Date
8f73067a9b [nvim] fix: variable names conflicts 2022-05-01 14:42:05 +02:00
695cd74e54 [nvim] feat: custom (colored) nodes for snippets 2022-04-29 00:23:08 +02:00
e23ea8343a [nvim] feat: write latex keymaps the 0.7 way 2022-04-29 00:21:30 +02:00
6fd5067bc4 [nvim] fix: snippets config 2022-04-29 00:20:18 +02:00
6581d9af42 [nvim] feat: only jump inside the snippet 2022-04-29 00:18:53 +02:00
4669337540 [nvim] rewrite: has_words_before in cmp.lua 2022-04-29 00:18:25 +02:00
d9e7f76a5f [nvim] format: tabstop=8 -> 4 for lua files 2022-04-27 22:46:27 +02:00
bc67eb8ffe [nvim] feat: update mapping API
nvim 0.7 has a dedicated keymap.set function
2022-04-27 22:46:10 +02:00
9ff24a5559 [nvim] cleanup: move lspconfig.lua to lua/plugin/ 2022-04-27 22:45:56 +02:00
40839ad70b [nvim] feat: configure LSPs through lsp-installer
!!!BREAK: do not use lsp-config (used under the hood by
nvim-lsp-installer)
2022-04-27 22:45:42 +02:00
b2c50db804 [nvim] feat: Telescope is default 2022-04-27 22:45:24 +02:00
b38d33a09b [nvim] feat: local use variable for lsp 2022-04-27 22:45:16 +02:00
9c53518d21 [nvim] cleanup: remove unused Colorizer plugin 2022-04-27 22:44:57 +02:00
98b6a428a7 [nvim] feat: packer boostrapping on first install 2022-04-27 22:44:47 +02:00
ad7f073614 [nvim] fix: fzf + grep finders for telescope 2022-04-18 12:34:42 +02:00
5e72601047 [nvim] feat: use <leader>f as telescope prefix 2022-04-18 12:34:15 +02:00
f456d9557c [nvim] fix: broken mapping for telescope 2022-04-18 12:33:25 +02:00
a38d2a61c5 [nvim] cleanup: remove unused plugin 2022-04-18 12:18:07 +02:00
9f1c572139 [nvim] fix: path change in sumneko_lua 2022-04-18 12:17:40 +02:00
e3be31bef9 [nvim] fix: no newline after env snippet 2022-03-12 20:38:22 +01:00
00c8e4e8c8 [nvim] feat: add underline tex snippet 2022-01-14 11:02:33 +01:00
dd2910a27e [nvim] fix: no trailing whitespace after tex snips 2022-01-14 11:02:23 +01:00
61a85608e9 [nvim] fix: fsc snippet for tex 2022-01-14 10:59:07 +01:00
d4050ad3bf [nvim] fix: lsp maps (API) 2022-01-14 10:54:07 +01:00
David JULIEN
7a0030b064 [nvim] fix: lsp count in statusline
vim.lsp.diagnostic.get_count() got deprecated
2021-12-12 23:35:54 +01:00
David JULIEN
f35c6599c0 [nvim] feat: c snippets 2021-12-09 16:47:22 +01:00
David JULIEN
9f940e19da [nvim] cleanup: move tex snippets to ftplugin
move tex snippets to after/ftplugin/tex.lua
add copy function to utils
2021-12-09 16:47:11 +01:00
David JULIEN
28d21abbda [nvim] fix: tikz snippet for tex files 2021-12-06 00:22:28 +01:00
David JULIEN
16fccceae2 [nvim] add tex snippets 2021-12-04 17:13:13 +01:00
David JULIEN
e8dfccb5d8 [nvim] fix: leave netrw alone
netrw used to be prevented from loading. It may prove useful, so it's
back in business
2021-12-02 15:43:16 +01:00
David JULIEN
406a24d127 [nvim] format: move comment to the right 2021-12-02 15:43:16 +01:00
David JULIEN
b057e1566b [nvim] feat: add env snippet
!!!BREAKING : remove "rmk" snippet
2021-11-20 17:10:19 +01:00
David JULIEN
562672bbf1 [nvim] feat: improve snippets
exit on the next line
2021-11-20 17:09:35 +01:00
David JULIEN
0f478a9d4b [nvim] cleanup: remove unused function 2021-11-20 16:13:35 +01:00
David JULIEN
4743d71c8f [nvim] fix: let cmp handle completion 2021-11-20 16:13:30 +01:00
David JULIEN
5450d0c189 [nvim] feat: tex formatoptions 2021-11-20 16:05:46 +01:00
David JULIEN
5b27863d03 [nvim] feat: add lua maps + cmp hierarchy 2021-11-20 16:05:46 +01:00
David JULIEN
bf676aa089
[nvim] cleanup: move plugin config to packer.lua 2021-11-20 15:38:46 +01:00
David JULIEN
5b87400ae3
[nvim] [WIP] feat: luasnip
snippets require refinement
2021-11-20 15:38:32 +01:00
David JULIEN
555cb3e04e [nvim] change packersync map 2021-10-30 15:31:59 +02:00
David JULIEN
2a5d513a00 [nvim] add c and lua filetype settings 2021-10-30 15:31:39 +02:00
David JULIEN
05e1b49a20 [nvim] fix verilog/coq maps 2021-10-30 15:30:07 +02:00
David JULIEN
a137ededaa [nvim] update lua_lsp config 2021-10-30 15:29:45 +02:00
David JULIEN
a532830d77 [nvim] new plugin : autopairs 2021-10-30 15:29:14 +02:00
David JULIEN
ca53077a59
feat: change colorscheme, system-wide
nvim: create the relevant utils
switch-colors: change xcolors + nvim colorscheme
        -> $XDG_STATE_HOME/{xcolors,nvim_colorscheme}
        -> $XDG_DATA_HOME/colorschemes for correspondance
sxhkd: keybindings
2021-10-23 04:11:53 +02:00
David JULIEN
b03369ba79
feat: introducing astronomy.nvim
new colorscheme!

added as a submodule, which will be pulled right where it needs to sit

updated the config to follow the changes

add colorscheme.lua to configurate
!!!BROKEN: this file uses script that are not yet committed
2021-10-23 04:10:12 +02:00
David JULIEN
aca04e5745
[nvim]feat: change colorscheme
!!!BREAKING : discard Polyjuice

new colorscheme will be delivered sooooooon
2021-10-22 00:07:49 +02:00
David JULIEN
b4e4587647 [nvim]cleanup: remove unused maps 2021-10-21 23:50:28 +02:00
David JULIEN
e461e3804b [nvim]fix: verilo maps 2021-10-21 23:49:39 +02:00
David JULIEN
9cb79d2678 [nvim]feat: add maps for verilog 2021-10-21 23:47:47 +02:00