Commit Graph

15 Commits

Author SHA1 Message Date
David JULIEN 34dc364d9f [nvim] cleanup: format all files through LSP 2023-02-19 17:25:12 +01:00
David JULIEN 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
David JULIEN 9aae779da4 [nvim] fix: duplicate setting + set tabstop to 4 2023-02-19 17:25:12 +01:00
David JULIEN 486c1b70ab [nvim] feat: display textwidth column 2023-01-09 18:03:35 +01:00
David JULIEN d9e7f76a5f [nvim] format: tabstop=8 -> 4 for lua files 2022-04-27 22:46:27 +02: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 2bf23cc38f feat: show cursorline in neovim 2021-10-14 11:54:37 +02:00
David JULIEN 3d13e614a0 feat: lazyredraw the windows' content
e.g. when applying a macro on several lines
2021-07-22 22:59:33 +02:00
David JULIEN 2737cfc4a2 feat: make use of vim.opt
!!! BREAKING : requires neovim #13479 (commit `43956de` on master)
2021-05-30 00:02:56 +02:00
David JULIEN c4c010b067 fix: nvim clipboard behavior 2021-05-25 16:35:00 +02:00
David JULIEN 5529c37703 feat: add treesitter highlighting and indentation
tweak colorscheme to be usable
add nvim-treesitter setup file
disable native nvim indentation
2021-05-25 16:34:37 +02:00
David JULIEN 9c2569e575 fix: local and global declarations 2021-05-21 22:49:21 +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