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
|
1 year ago |
David JULIEN
|
2bf23cc38f
|
feat: show cursorline in neovim
|
1 year ago |
David JULIEN
|
3d13e614a0
|
feat: lazyredraw the windows' content
e.g. when applying a macro on several lines
|
2 years ago |
David JULIEN
|
2737cfc4a2
|
feat: make use of vim.opt
!!! BREAKING : requires neovim #13479 (commit `43956de` on master)
|
2 years ago |
David JULIEN
|
c4c010b067
|
fix: nvim clipboard behavior
|
2 years ago |
David JULIEN
|
5529c37703
|
feat: add treesitter highlighting and indentation
tweak colorscheme to be usable
add nvim-treesitter setup file
disable native nvim indentation
|
2 years ago |
David JULIEN
|
9c2569e575
|
fix: local and global declarations
|
2 years ago |
David JULIEN
|
14e6663e6c
|
feat: setup auto completion for neovim
|
2 years ago |
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)
|
2 years ago |
David JULIEN
|
8ec80d78f5
|
feat: use HEAD@neovim instead of arch package
BREAKING: require neovim v0.5+ to work!!!
migrate neovim configuration to lua
|
2 years ago |