fix: neovide, nvim

This commit is contained in:
2024-05-24 12:32:41 +02:00
parent a43b7764d4
commit 1b330bddc1
3 changed files with 1 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ srgb = true
[font] [font]
normal = ["FiraCode Nerd Font"] normal = ["FiraCode Nerd Font"]
size = 16 size = 13
edging = "subpixelantialias" edging = "subpixelantialias"
[font.features] [font.features]

View File

@@ -420,7 +420,6 @@
]; ];
extraPlugins = with pkgs.vimPlugins; [ extraPlugins = with pkgs.vimPlugins; [
vim-mergetool vim-mergetool
rest-nvim
plenary-nvim plenary-nvim
actions-preview-nvim actions-preview-nvim
]; ];

View File

@@ -1,5 +1,4 @@
require("cmp-npm").setup({}) require("cmp-npm").setup({})
require("rest-nvim").setup({})
require("actions-preview").setup({}) require("actions-preview").setup({})
if vim.g.neovide then if vim.g.neovide then