Commit Graph

24 Commits (master)

Author SHA1 Message Date
Peter Cai 190c3559e4 neovim: Enable filesystem watcher 2022-08-16 22:31:24 -04:00
Peter Cai 6e75fed013 neovim: Reload LSP on session load 2022-08-14 18:40:52 -04:00
Peter Cai 05ce66a920 neovim: Add tex plugin, and disable auto-loading on chdir
it can cause a dead loop when you chdir and a buffer is from the
previous dir.
2022-08-14 18:39:47 -04:00
Peter Cai 0e1e5ce1de neovim: Add trailing space highligher from mini.nvim 2022-08-14 16:15:35 -04:00
Peter Cai 3e0f4970f0 neovim: Fix PackerSync compatibility with session reloading 2022-08-14 14:48:33 -04:00
Peter Cai f889f445c3 neovim: Implement proper session persistence 2022-08-14 14:39:26 -04:00
Peter Cai 9e53067078 neovin: Remove minimap and use a simplistic scrollbar
...with LSP integration, of course
2022-08-13 21:59:10 -04:00
Peter Cai 93936d00ae neovim: Add auto-indentation plugin 2022-08-12 11:00:34 -04:00
Peter Cai c268319adb neovim: Add indentation guide 2022-08-08 22:39:27 -04:00
Peter Cai 031b4ab737 neovim: Move lsp initialization to after/plugin 2022-08-08 21:51:05 -04:00
Peter Cai d94b3b6aec neovim: Configure Minimap
The Minimap plugin has to be activated on window resize, otherwise
neovim-qt will cause issues during its initial resizing
2022-08-08 18:42:56 -04:00
Peter Cai 3758670e5b neovim: Start Neotree in the config function
...so that our config is actually applied when we start
2022-08-08 15:25:03 -04:00
Peter Cai ebb90199fc neovim: Fix neo-tree window width config 2022-08-08 15:19:57 -04:00
Peter Cai 9f75d943b3 neovim: Re-toggle the neo-tree sidebar when terminal is open 2022-08-08 15:18:04 -04:00
Peter Cai bf4ca036ac neovim: Configure LSP for Rust 2022-08-07 22:59:34 -04:00
Peter Cai b128903bfb neovim: Tweak gruvbox theme 2022-08-07 20:41:07 -04:00
Peter Cai 82abed7e25 neovim: Switch to the regular gruvbox theme 2022-08-07 20:28:01 -04:00
Peter Cai 3f710f51de neovim: Configure status line 2022-08-07 20:05:42 -04:00
Peter Cai c7630d48f8 neovim: Use a sane bufdel impl 2022-08-07 18:06:45 -04:00
Peter Cai 0b3168295c neovim: Fix neo-tree width 2022-08-07 17:51:55 -04:00
Peter Cai cefce76d7a neovim: Add toggleterm 2022-08-07 17:39:06 -04:00
Peter Cai 6d817ca1bf Use bufferline for the tabline instead of tabby 2022-08-07 13:51:01 -04:00
Peter Cai dd24be7b17 neovim: Add tabline 2022-08-07 13:22:25 -04:00
Peter Cai e3d10fa2b4 Initial NeoVim config 2022-08-07 13:06:49 -04:00