mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
fix: neovide, nvim
This commit is contained in:
@@ -3,7 +3,7 @@ srgb = true
|
||||
|
||||
[font]
|
||||
normal = ["FiraCode Nerd Font"]
|
||||
size = 16
|
||||
size = 13
|
||||
edging = "subpixelantialias"
|
||||
|
||||
[font.features]
|
||||
|
||||
@@ -420,7 +420,6 @@
|
||||
];
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
vim-mergetool
|
||||
rest-nvim
|
||||
plenary-nvim
|
||||
actions-preview-nvim
|
||||
];
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
require("cmp-npm").setup({})
|
||||
require("rest-nvim").setup({})
|
||||
require("actions-preview").setup({})
|
||||
|
||||
if vim.g.neovide then
|
||||
|
||||
Reference in New Issue
Block a user