Commit graph

214 commits

Author SHA1 Message Date
Marko Korhonen 4d94052d70
Nvim: convert keymaps to vim.keymap.set and/or which-key.register 2022-08-24 00:01:06 +03:00
Marko Korhonen 221aa4b42e
Nvim: use space as leader 2022-08-23 22:18:57 +03:00
Marko Korhonen fa8e0e7331
Ran luaformat on all neovim files, removed unneeded files 2022-08-23 22:12:01 +03:00
Marko Korhonen 1df85d3a12
Remove leftover file 2022-08-23 19:36:35 +03:00
Marko Korhonen 15f6079e28
Sensify neovim output on init 2022-08-23 19:35:56 +03:00
Marko Korhonen dd7886205f
Use global for lspconfig servers 2022-08-23 19:22:35 +03:00
Marko Korhonen 64cfd072e7
Remove leftover file 2022-08-23 19:21:38 +03:00
Marko Korhonen 0f738beb9b
Fix scope issues in lspconfig 2022-08-23 19:14:09 +03:00
Marko Korhonen b985e8a28a
Refactor packer config to use packer config parameter instead of
separate requires
2022-08-23 17:56:24 +03:00
Marko Korhonen 989ab0c42a
Add which-key.nvim 2022-08-23 12:17:21 +03:00
Marko Korhonen dab6db98f8
Enable nvim autopairs and some new completion sources 2022-08-23 11:45:28 +03:00
Marko Korhonen 5629e07bf3
Add markdown lsp server 2022-08-23 10:14:44 +03:00
Marko Korhonen d70a628146
Fix jdtls setup 2022-08-23 09:41:00 +03:00
Marko Korhonen 6351093de0
Refine packer update commands 2022-08-23 09:28:07 +03:00
Marko Korhonen f84f9b72f5
Fix dotsync alias 2022-08-22 15:01:18 +03:00
Marko Korhonen 8643dd3b6b
Refactor nvim packer configuration 2022-08-22 14:57:24 +03:00
Marko Korhonen 9ef1115fa2
Nvim: switch from nvim-lsp-installer to masonry.nvim 2022-08-22 14:34:30 +03:00
Marko Korhonen 581dbdb22c
Neovim: remove filetype.nvim 2022-08-14 20:38:38 +03:00
Marko Korhonen 3a918ea5fe
Neovim: add signature help plugin + make use of quotes consistent 2022-08-14 20:36:32 +03:00
Marko Korhonen bb6771e968
Refine neovim updates 2022-08-05 09:37:38 +03:00
Marko Korhonen 565b902df1
Use filetype.nvim for now instead of filetype.lua for now since it
stopped working
2022-07-25 16:23:26 +03:00
Marko Korhonen 910c15fd42
Neovim: Migrate catppuccin config according to instructions 2022-07-25 15:07:50 +03:00
Marko Korhonen 1a95a4c055 Nvim: Disable folding 2022-06-07 15:55:45 +03:00
Marko Korhonen c76a78459a Nvim: simplify treesitter folding. Function name is displayed now 2022-05-06 13:32:32 +03:00
Marko Korhonen 4a72542f7f Nvim: add treesitter ensure_installed 2022-04-25 19:30:41 +03:00
Marko Korhonen 34f9a46a50 Nvim: add treesitter folding 2022-04-22 09:50:18 +03:00
Marko Korhonen 278a7f2478 Nvim treesitter: remove ensure_installed 2022-04-17 23:26:36 +03:00
Marko Korhonen 841a891ecf Nvim: Fix treesitter and bufferline 2022-04-17 23:24:11 +03:00
Marko Korhonen 86f9acea7f Nvim: add asciidoctor plugin 2022-04-10 13:17:11 +03:00
Marko Korhonen 4d9947dfa1 Fix reference to lsp_map_keys 2022-03-02 23:16:43 +02:00
Marko Korhonen 0dd0d7c9ba nvim-jdtls: fix export/import 2022-03-02 23:15:00 +02:00
Marko Korhonen 8af3cdd256 WIP: Not working yet 2022-03-02 20:19:11 +02:00
Marko Korhonen 170fe31f6b Nvim: add path source to cmp 2022-03-02 19:54:45 +02:00
Marko Korhonen 479ac72b83 Nvim: update some deprecated lsp keybinds 2022-03-02 19:23:18 +02:00
Marko Korhonen 8604de5ffe Nvim: add telescope-ui-select 2022-03-02 18:01:26 +02:00
Marko Korhonen d4ba7a72d9 Nvim: add telescope 2022-03-02 17:50:32 +02:00
Marko Korhonen 58f9847e78 Nvim: add jdtls 🚀 2022-02-24 18:08:59 +02:00
Marko Korhonen b3f20969a7 Nvim: Setup LSP with additional capabilities supported by nvim-cmp 2022-02-24 17:27:49 +02:00
Marko Korhonen 75d4a64c10 Nvim: enable filetype.lua 2022-02-17 17:14:42 +02:00
Marko Korhonen 312634e010 Neovim: add friendly-snippets 2022-02-16 11:24:53 +02:00
Marko Korhonen 3f69a286c8 Fix FZF 2022-02-03 11:26:12 +02:00
Marko Korhonen 3ba1f71742 Neovim: fix nvimtree keybind 2022-02-03 11:12:23 +02:00
Marko Korhonen 090db6aa30 Neovim: add Neoformat keybind 2022-01-31 14:38:02 +02:00
Marko Korhonen c34c2e7b9e Nvim: add fzf keybind 2022-01-15 12:32:39 +02:00
Marko Korhonen facd2b69a2 Nvim: switch from telescope to fzf (I like the search algorithm better) 2022-01-06 12:53:18 +02:00
Marko Korhonen 10d7142b69 Change colorscheme 2021-12-18 00:19:58 +02:00
Marko Korhonen 16cde14ddd Nvim: improve pager mode and other fixes 2021-12-04 11:43:26 +02:00
Marko Korhonen d78c0ae77d Nvim: enable nvim-tree 2021-12-03 20:13:12 +02:00
Marko Korhonen f5bf1b9b0e Neovim indent-blankline disable space and eol characters 2021-12-03 09:32:42 +02:00
Marko Korhonen 5789851be9 Neovim: Enable indent-blankline 2021-12-03 09:30:27 +02:00
Marko Korhonen 82364ebc05 Neovim: Fix LSP server startup 2021-11-29 16:19:53 +02:00
Marko Korhonen ea8debd6d9 Neovim add lsp keybindings 2021-11-27 10:25:59 +02:00
Marko Korhonen e86d81eb32 Neovim: switch from lspinstall to nvim-lsp-installer, coq_nvim to
nvim-cmp
2021-11-26 18:19:36 +02:00
Marko Korhonen 43ecd19408 Neovim: add firenvim 2021-11-20 12:13:39 +02:00
Marko Korhonen 756cebca40 Neovim: switch completion plugin to coq.nvim 2021-10-06 19:08:38 +03:00
Marko Korhonen ccd6548da0 Nvim: allow changing buffers with unsaved changes 2021-10-06 18:48:06 +03:00
Marko Korhonen 1b1ae24ba1 Nightfox: set() has been deprecated in favor of load() 2021-08-31 16:42:48 +03:00
Marko Korhonen 7f8605354e Add more configuration for indent-blankline 2021-08-22 11:33:15 +03:00
Marko Korhonen 1821340f03 Nvim: improvements to syntax highlighting and add a couple of plugins 2021-08-18 21:20:20 +03:00
Marko Korhonen 003c6f13c0 Nvim: add fugitive 2021-08-18 14:17:19 +03:00
Marko Korhonen c265be48ff Nvim: add git gutter and line numbers 2021-08-18 09:29:44 +03:00
Marko Korhonen 028282b30c Add diff settings for neovim 2021-08-17 22:36:48 +03:00
Marko Korhonen 5e92dccee0 Disable java lsp for now 2021-08-16 22:33:24 +03:00
Marko Korhonen 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