chore(config): use vim.api.nvim_command
parent
ad323e408a
commit
4887a7572f
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue