Commit Graph

8 Commits

Author SHA1 Message Date
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 2efc69cc16 [nvim] feat: add TreeSitter parses for C++, Python, LaTeX 2023-02-03 09:18:39 +01:00
David JULIEN 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
David JULIEN 8b67005a9d [nvim] feat: use textobjects with treesitter 2023-01-07 19:17:00 +01:00
David JULIEN f5b5d3709c [nvim] feat: add treesitter support for rust 2022-12-04 23:35:29 +01:00
David JULIEN d9e7f76a5f [nvim] format: tabstop=8 -> 4 for lua files 2022-04-27 22:46:27 +02:00
David JULIEN 83cb6c2000 format: add info header to nvim-treesitter config 2021-10-12 19:08:03 +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