Commit Graph

16 Commits

Author SHA1 Message Date
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 41db867fff [nvim] feat: don't let CoqTail set any mapping 2021-10-19 19:03:15 +02:00
David JULIEN 1552146cd7 [nvim] cleanup: plugin setup inside plugins.lua
move `require("<plugin>") to nvim/lua/plugins.lua
2021-10-17 14:58:15 +02:00
David JULIEN ca81062105
[nvim] feat: use nvim_lsp_installer
manage lsp servers through nvim's plugin

!!! BREAKING: requires npm
check https://github.com/williamboman/nvim-lsp-installer.git
2021-10-17 12:44:44 +02:00
David JULIEN ddc0447818 feat: add commenting plugin to nvim 2021-10-12 19:10:20 +02:00
David JULIEN c38ffd81d2 feat: change nvim completion engine
BREAKING: now using hrsh7th/nvim-cmp, because nvim-compe has been
deprecated
2021-09-12 02:30:11 +02:00
David JULIEN d844edf6dc [neovim] fix: lazy-load nvim-telescope dependencies 2021-07-30 22:42:39 +02:00
David JULIEN c4aeb144cb cleanup: remove unnecessary settings for nvim plugins
no need for "opt = true" when using "cmd = ..." or "ft = ..."
2021-07-22 23:10:38 +02:00
David JULIEN 2b9ba03eaf
refactor: configure LSP in ~/.config/nvim/lua/lsp
-> moved from ~/.config/nvim/
.../nvim/lua/lsp/init.lua now has a setup() function

!!! nvim-lspconfig is now lazy-loaded
-> packer checks filetype (see .../nvim/plugins.lua)
2021-07-22 23:05:08 +02:00
David JULIEN e159cad0ec format: don't create tables for one single string 2021-07-22 23:00:55 +02:00
David JULIEN cca9b19fe7 feat: update Tree-sitter on launch 2021-07-12 16:16:24 +02:00
David JULIEN 8bbc5d7097 format: nvim-telescope requirements 2021-05-25 16:35:00 +02:00
David JULIEN 14e6663e6c feat: setup auto completion for neovim 2021-05-19 11:56:12 +02:00
David JULIEN 32680ec340 feat: configure LSP in neovim
add LSP config in $XDG_CONFIG_HOME/nvim/lua/lsp
add language servers:
        - clangd (C/C++)
        - jedi (Python)
2021-05-19 11:56:12 +02:00
David JULIEN 8ec80d78f5 feat: use HEAD@neovim instead of arch package
BREAKING: require neovim v0.5+ to work!!!

migrate neovim configuration to lua
2021-05-19 11:56:12 +02:00