diff options
| author | crupest <crupest@outlook.com> | 2023-09-22 19:08:58 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-09-22 19:08:58 +0800 |
| commit | 9c3126bbf2ee852f3552b28f86c514ed6379da07 (patch) | |
| tree | 6e4280f6b437164d770c84ab3c3d43805fc76782 /configs/nvim/lua/plugins | |
| parent | b86273c39298d55a783d247e3dee81dd14ae2925 (diff) | |
| download | crupest-9c3126bbf2ee852f3552b28f86c514ed6379da07.tar.gz crupest-9c3126bbf2ee852f3552b28f86c514ed6379da07.tar.bz2 crupest-9c3126bbf2ee852f3552b28f86c514ed6379da07.zip | |
Update nvim config. Add omnisharp.
Diffstat (limited to 'configs/nvim/lua/plugins')
| -rw-r--r-- | configs/nvim/lua/plugins/tokyonight-nvim.lua | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configs/nvim/lua/plugins/tokyonight-nvim.lua b/configs/nvim/lua/plugins/tokyonight-nvim.lua index fc6d6cb..11c8b15 100644 --- a/configs/nvim/lua/plugins/tokyonight-nvim.lua +++ b/configs/nvim/lua/plugins/tokyonight-nvim.lua @@ -1,5 +1,7 @@ return { - "folke/tokyonight.nvim", - lazy = false, - priority = 1000, + "folke/tokyonight.nvim", + lazy = false, + priority = 1000, + opts = {}, } + |
