summaryrefslogtreecommitdiff
path: root/neovim
AgeCommit message (Collapse)Author
2023-05-09nvim: update configDaniel Schadt
- printexpr is no more - add some more good themes
2023-01-18nvim: add per-project settings loaderDaniel Schadt
2023-01-13[nvim] add TagbarToggle keybindDaniel Schadt
2023-01-13update deprecated nvim lsp funcsDaniel Schadt
2022-10-20fix symbols outline setupDaniel Schadt
2022-06-16nvim: small updates to LSP configDaniel Schadt
2022-04-08nvim: modernize Ag to RgDaniel Schadt
I usually use ripgrep anyway.
2022-02-10nvim: add trouble & more iconsDaniel Schadt
2022-02-05nvim: better lsp iconsDaniel Schadt
We usually have a font that supports them, so let's use the nice unicode defaults
2022-02-03nvim: adjust to new LSP commandsDaniel Schadt
2021-11-22add neomake, rust-tools and pylspDaniel Schadt
2021-11-11nvim: cleanup config a bitDaniel Schadt
2021-11-11nvim: switch from CoC to built-in LSPDaniel Schadt
Just for testing for now, to see how it performs.
2021-09-22[neovim] remove obsolete plugsDaniel Schadt
This removes YankRing, which only caused error messages in nvim sometimes?! Also, the fisa colorscheme is being replaced by monokai, which works better in nvim-qt and has been updated (fisa-colorscheme seems to be stale since 2014). It also removes some options related to deoplete and jedi, which were not used anyway and whose function is more or less taken over by coc anyway.
2021-02-12nvim: add CoC setupDaniel Schadt
2020-10-06nvim: add ,b and mouse bindingsDaniel Schadt
2020-01-02[nvim] latex/rust support, printing supportDaniel Schadt
2017-10-30add neovim configDaniel Schadt