22 Commits (884e29d6f2382df0609fa6aeaace37d9774c1b01)

Author SHA1 Message Date
Marko Korhonen 75a7cf6d07
Nvim: Use relative line numbers 2 years ago
Marko Korhonen 9b569a2266
Remove wayland clipboard workaround 2 years ago
Marko Korhonen 6a91c7b2ce
Neovim: fix clipboard on wayland 2 years ago
Marko Korhonen aa43e958df
Add neovide settings to neovim 2 years ago
Marko Korhonen bddcb64be8
Reformat all neovim configuration files with stylua 2 years ago
Marko Korhonen b35110ba5a
Add settings for nvim gui and install telescope cder plugin 2 years ago
Marko Korhonen 391c1d0e5a
Neovim: set cmdheight = 1 2 years ago
Marko Korhonen 820b5d1377
Neovim: make cursor vertical in insert mode 2 years ago
Marko Korhonen 7f357be296
Nvim: Added intentation settings 2 years ago
Marko Korhonen 830dd01a30
Neovim: remove unneeded comments from settings.lua 2 years ago
Marko Korhonen 6751e7b356
Refactor settings.lua
- Remove all options that matched the defaults in NeoVim
- Remove clipboard=unnamedplus and learded to use registers :)
- set some modern NeoVim settings, f.ex laststatus=3 and cmdheight=0
2 years ago
Marko Korhonen 221aa4b42e
Nvim: use space as leader 2 years ago
Marko Korhonen fa8e0e7331
Ran luaformat on all neovim files, removed unneeded files 2 years ago
Marko Korhonen 565b902df1
Use filetype.nvim for now instead of filetype.lua for now since it
stopped working
2 years ago
Marko Korhonen 75d4a64c10 Nvim: enable filetype.lua 3 years ago
Marko Korhonen 10d7142b69 Change colorscheme 3 years ago
Marko Korhonen ccd6548da0 Nvim: allow changing buffers with unsaved changes 3 years ago
Marko Korhonen 1b1ae24ba1 Nightfox: `set()` has been deprecated in favor of `load()` 3 years ago
Marko Korhonen 1821340f03 Nvim: improvements to syntax highlighting and add a couple of plugins 3 years ago
Marko Korhonen c265be48ff Nvim: add git gutter and line numbers 3 years ago
Marko Korhonen 028282b30c Add diff settings for neovim 3 years ago
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: https://git.korhonen.cc/FunctionalHacker/dotfiles/pulls/2
Co-authored-by: Marko Korhonen <marko@korhonen.cc>
Co-committed-by: Marko Korhonen <marko@korhonen.cc>
3 years ago