Commit graph

66 commits

Author SHA1 Message Date
3f69a286c8 Fix FZF 2022-02-03 11:26:12 +02:00
3ba1f71742 Neovim: fix nvimtree keybind 2022-02-03 11:12:23 +02:00
090db6aa30 Neovim: add Neoformat keybind 2022-01-31 14:38:02 +02:00
c34c2e7b9e Nvim: add fzf keybind 2022-01-15 12:32:39 +02:00
facd2b69a2 Nvim: switch from telescope to fzf (I like the search algorithm better) 2022-01-06 12:53:18 +02:00
10d7142b69 Change colorscheme 2021-12-18 00:19:58 +02:00
16cde14ddd Nvim: improve pager mode and other fixes 2021-12-04 11:43:26 +02:00
d78c0ae77d Nvim: enable nvim-tree 2021-12-03 20:13:12 +02:00
f5bf1b9b0e Neovim indent-blankline disable space and eol characters 2021-12-03 09:32:42 +02:00
5789851be9 Neovim: Enable indent-blankline 2021-12-03 09:30:27 +02:00
82364ebc05 Neovim: Fix LSP server startup 2021-11-29 16:19:53 +02:00
ea8debd6d9 Neovim add lsp keybindings 2021-11-27 10:25:59 +02:00
e86d81eb32 Neovim: switch from lspinstall to nvim-lsp-installer, coq_nvim to
nvim-cmp
2021-11-26 18:19:36 +02:00
43ecd19408 Neovim: add firenvim 2021-11-20 12:13:39 +02:00
756cebca40 Neovim: switch completion plugin to coq.nvim 2021-10-06 19:08:38 +03:00
ccd6548da0 Nvim: allow changing buffers with unsaved changes 2021-10-06 18:48:06 +03:00
1b1ae24ba1 Nightfox: set() has been deprecated in favor of load() 2021-08-31 16:42:48 +03:00
7f8605354e Add more configuration for indent-blankline 2021-08-22 11:33:15 +03:00
1821340f03 Nvim: improvements to syntax highlighting and add a couple of plugins 2021-08-18 21:20:20 +03:00
003c6f13c0 Nvim: add fugitive 2021-08-18 14:17:19 +03:00
c265be48ff Nvim: add git gutter and line numbers 2021-08-18 09:29:44 +03:00
028282b30c Add diff settings for neovim 2021-08-17 22:36:48 +03:00
5e92dccee0 Disable java lsp for now 2021-08-16 22:33:24 +03:00
c024a40316 Refactor neovim config (#2)
Changes include:

- [x] Use init.lua instead of init.vim
   - Some keybindings are still to be converted
- [x] Use packer as a package manager instead of vim-plug
- [ ] Use built-in lsp instead of coc.nvim
   - [x] Set up language servers
   - [x] Completion
   - [x] Formatting (previously coc-prettier, now neoformat)
   - [ ] Snippets
- [ ] Replace fzf with telescope.nvim
- [x] Implement treesitter syntax highlighting
   - More info: https://github.com/nvim-treesitter/nvim-treesitter

Note that this requires neovim nightly until 0.5 is released

Reviewed-on: #2
Co-authored-by: Marko Korhonen <marko@korhonen.cc>
Co-committed-by: Marko Korhonen <marko@korhonen.cc>
2021-08-08 15:33:23 +03:00
6c5121dd54 Add coc-flutter to nvim 2021-01-30 11:23:00 +02:00
7351e1be78 Merge branch 'master' of gitea:FunctionalHacker/dotfiles 2020-12-04 10:41:21 +02:00
f203732a94 Improve vim ripgrep 2020-12-04 10:41:08 +02:00
757c3a750a Removed a workaround that is not needed anymore 2020-12-01 18:03:30 +02:00
2a0e5325c0 Added firenvim 2020-11-18 18:34:29 +02:00
9def02fa36 Updated FZF stuff, some other minor tweaks 2020-09-18 23:28:06 +03:00
9afc9425e8 Add coc-java 2020-07-20 16:08:30 +03:00
e75b6c4ec7 Remove prettier formatonsave 2020-07-09 11:18:16 +03:00
a73fa759eb Small changes 2020-04-14 12:37:19 +03:00
87c1f1ccd6 Some tweaks for latex 2020-03-05 21:28:10 +02:00
afa01d3e3b Small fixes 2020-02-13 20:18:20 +02:00
c702f4cd6a Add a keymap to resize windows equally 2020-01-21 18:32:47 +02:00
a7574e9dd0 Some more colorscheme stuff
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 15:24:46 +02:00
36db12601f One syntax plugin to rule them all
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 15:24:27 +02:00
6aed7c0268 Tweak fzf geometry
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 15:24:03 +02:00
7e929824b3 Change colorscheme to onedark
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-19 00:56:08 +02:00
3dc5ebcddf Tweaking FZF looks in vim
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 22:24:58 +02:00
f89c81b50a Added rust plugin to vim
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 22:24:35 +02:00
714cb63e50 Made floating windows look a bit better
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 21:39:21 +02:00
c6a9c9b33d Added coc-snippets and switched to texlab
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-18 21:25:32 +02:00
239de02dc7 Make every FZF command use ripgrep
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-09 15:10:28 +02:00
7ad98b6ffd Change back to airline
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-08 23:00:15 +02:00
209719e792 Disable auto commenting in vim
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-08 22:08:30 +02:00
fb7cd02b65 New year, new colorscheme
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-08 22:07:32 +02:00
8b5da1e19d Added firenvim filetype for node-red
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-07 20:43:57 +02:00
154acc906d Added VimL source for CoC
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-07 17:48:53 +02:00