Skip to content

Commit

Permalink
refactor(init): used vim.cmd API
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-grigoriev committed Sep 29, 2023
1 parent 406fcd1 commit 68358e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ require("plugin_configs/_treesitter")
require("other_modules/surround_text")
require('other_modules/git')

vim.cmd [[ colorscheme gruvbox ]]
vim.cmd.colorscheme('gruvbox')

0 comments on commit 68358e5

Please sign in to comment.