Commit graph

20 commits

Author SHA1 Message Date
Marko Korhonen 6a91c7b2ce
Neovim: fix clipboard on wayland 2022-11-17 09:18:56 +02:00
Marko Korhonen aa43e958df
Add neovide settings to neovim 2022-11-02 16:07:48 +02:00
Marko Korhonen bddcb64be8
Reformat all neovim configuration files with stylua 2022-10-26 14:08:20 +03:00
Marko Korhonen b35110ba5a
Add settings for nvim gui and install telescope cder plugin 2022-10-20 11:24:54 +03:00
Marko Korhonen 391c1d0e5a
Neovim: set cmdheight = 1 2022-09-06 16:37:50 +03:00
Marko Korhonen 820b5d1377
Neovim: make cursor vertical in insert mode 2022-09-03 14:41:13 +03:00
Marko Korhonen 7f357be296
Nvim: Added intentation settings 2022-09-03 00:56:37 +03:00
Marko Korhonen 830dd01a30
Neovim: remove unneeded comments from settings.lua 2022-09-03 00:56:36 +03:00
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
2022-09-03 00:56:33 +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 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 75d4a64c10 Nvim: enable filetype.lua 2022-02-17 17:14:42 +02:00
Marko Korhonen 10d7142b69 Change colorscheme 2021-12-18 00:19:58 +02: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 1821340f03 Nvim: improvements to syntax highlighting and add a couple of plugins 2021-08-18 21:20:20 +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 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