fix(programs/neovim): make neovide config platform independent
This commit is contained in:
parent
51c0f8f315
commit
5a5a5380a4
2 changed files with 6 additions and 7 deletions
|
@ -72,6 +72,11 @@ vim.keymap.set("n", "<C-k>", "<C-w><C-k>", { desc = "Move focus to the upper win
|
|||
-- open neo-tree
|
||||
vim.keymap.set("n", "<leader>t", "<Cmd>Neotree reveal<CR>")
|
||||
|
||||
-- [[ neovide configuration ]]
|
||||
if vim.g.neovide then
|
||||
vim.o.guifont = "IosevkaTerm Nerd Font:h12"
|
||||
end
|
||||
|
||||
-- [[ plugin configuration ]]
|
||||
require("catppuccin").setup({
|
||||
flavour = "auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue