chore(config): use vim.api.nvim_command

main
sudo pacman -Syu 2022-10-10 09:48:34 +07:00
parent ad323e408a
commit 4887a7572f
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
include mocha.conf
# https://sw.kovidgoyal.net/kitty/conf/#fonts
font_family Iosevka Term Curly
font_family Iosevka Term SS08
font_size 16.0
# https://sw.kovidgoyal.net/kitty/conf/#cursor-customization

View File

@ -128,6 +128,9 @@ require("packer").startup(function()
-- https://github.com/junegunn/seoul256.vim
use("junegunn/seoul256.vim")
-- https://github.com/tribela/vim-transparent
use("tribela/vim-transparent")
-- Programming languages
-- https://github.com/sbdchd/neoformat
use("sbdchd/neoformat")
@ -139,4 +142,4 @@ require("packer").startup(function()
use("github/copilot.vim")
end)
vim.cmd([[ colorscheme iceberg ]])
vim.api.nvim_command("colorscheme iceberg")