13efea3df4
[nvim.cmp] fix: deprecated function
2022-10-19 23:43:21 +02:00
David JULIEN
a035e1ee17
[nvim] feat: tweak autocomplete behavior
...
change binding
autocomplete
2022-07-08 15:24:58 +02:00
David JULIEN
1bd3ea5adc
[nvim] fix: consistent names for diagnostics
2022-06-08 10:29:35 +02:00
David JULIEN
96b6b535a5
[nvim] cleanup: remove unused backup file
2022-05-31 17:31:35 +02:00
David JULIEN
12182ea487
[nvim] fix: lsp hints in signbar
2022-05-31 17:21:29 +02:00
015c7f3936
[nvim] feat: add latex lsp
2022-05-17 16:45:58 +02:00
583121534c
[nvim] feat: custom icons for packer
...
also require it at the beginning
2022-05-04 22:59:13 +02:00
f25ef3e9be
[nvim] feat: cleanup server setup
2022-05-04 22:58:42 +02:00
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
407d9983a8
[nvim] fix: statusline diagnostics
...
diagnostics are buffer-specific
2022-05-02 23:32:25 +02:00
375f82d8e6
[nvim] refactor: trim down lsp icons + remove unused functions
2022-05-01 18:30:12 +02:00
f0596d3c80
[nvim] refactor: move CompletionItems to cmp.lua
2022-05-01 14:43:00 +02:00
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
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
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
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
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
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