Commit Graph

71 Commits

Author SHA1 Message Date
34dc364d9f [nvim] cleanup: format all files through LSP 2023-02-19 17:25:12 +01:00
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
475ed9bb31 [nvim] feat: add mini.indentscope 2023-02-12 18:42:36 +01:00
306a6ef1da [nvim] fix: rename lua LSP server 2023-02-12 18:42:25 +01:00
9aed284dbe [nvim] feat: add mini.pairs 2023-02-08 22:54:00 +01:00
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
2efc69cc16 [nvim] feat: add TreeSitter parses for C++, Python, LaTeX 2023-02-03 09:18:39 +01:00
58f2ddf866 [nvim] cleanup: telescope.lua layout 2023-02-03 09:18:19 +01:00
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
173e84c089 [nvim] fix: don't ask for luassert on attach 2023-01-29 00:48:45 +01:00
d8a131a086 [nvim] cleanup: remove default template snippets 2023-01-18 09:45:06 +01:00
0c8d9ac4c1 [nvim] cleanup: remove nvim-autopairs 2023-01-18 09:42:54 +01:00
1c90ace028 [nvim] fix: lsp formatting
vim.lsp.buf.formatting got deprecated
2023-01-07 22:50:54 +01:00
8b67005a9d [nvim] feat: use textobjects with treesitter 2023-01-07 19:17:00 +01:00
b16f48b5b3 [nvim] refactor: remove icons from completion 2023-01-07 19:00:42 +01:00
a9cb5afdca [nvim] feat: add telescope-file-browser extension
properly setup Telescope in telescope.lua
provide a new keybinding
2022-12-26 19:08:58 +01:00
3c7f8a29a7 [nvim] nvim: actually use fzf extension 2022-12-26 19:08:58 +01:00
791919d058 [nvim] feat: change telescope comment in packer.lua 2022-12-26 19:08:58 +01:00
84f11353e6 [nvim] feat: display packer in a floating window 2022-12-26 19:08:58 +01:00
f5b5d3709c [nvim] feat: add treesitter support for rust 2022-12-04 23:35:29 +01:00
e87b863640 [nvim] feat: add rust_analyzer LSP 2022-12-02 16:17:02 +01:00
c2d120ecf4 [nvim] format: nvim lsp server list 2022-12-02 16:17:02 +01:00
a2ead9f0c0 [nvim] fix: lspconfig require formatting 2022-12-02 16:17:02 +01:00
47cc2a3694 [nvim] fix: lsp installation dir variable
this is now a global variable
2022-12-02 16:16:32 +01:00
03a7796555 [nvim] fix: change deprecated LSP installer
use `mason` instead of `lsp-install`
2022-11-10 21:24:22 +01:00
2e26e7df30 [nvim] fix: call packer *after* downloading it 2022-11-10 21:24:22 +01:00
f76d95e482 [nvim] feat: update packer icons during update 2022-11-10 21:24:22 +01:00
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
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
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