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]
|
[font]
|
||||||
normal = ["FiraCode Nerd Font"]
|
normal = ["FiraCode Nerd Font"]
|
||||||
size = 16
|
size = 13
|
||||||
edging = "subpixelantialias"
|
edging = "subpixelantialias"
|
||||||
|
|
||||||
[font.features]
|
[font.features]
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user