font: back to non-nerd jetbrains
This commit is contained in:
parent
e6d14952db
commit
53e82406ec
1
programs
1
programs
@ -2,7 +2,6 @@
|
|||||||
# essentials
|
# essentials
|
||||||
#
|
#
|
||||||
ttf-jetbrains-mono
|
ttf-jetbrains-mono
|
||||||
ttf-jetbrains-mono-nerd
|
|
||||||
wqy-microhei
|
wqy-microhei
|
||||||
ttf-roboto
|
ttf-roboto
|
||||||
inter-font
|
inter-font
|
||||||
|
@ -12,7 +12,7 @@ opacity = 1.0
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "JetBrainsMono NF" }
|
normal = { family = "JetBrainsMono" }
|
||||||
size = 10
|
size = 10
|
||||||
[colors]
|
[colors]
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
|
@ -104,6 +104,44 @@ vim.cmd.packadd("trouble.nvim")
|
|||||||
require('trouble').setup({
|
require('trouble').setup({
|
||||||
auto_preview = false,
|
auto_preview = false,
|
||||||
-- default config available at https://github.com/folke/trouble.nvim
|
-- default config available at https://github.com/folke/trouble.nvim
|
||||||
|
icons = {
|
||||||
|
indent = {
|
||||||
|
middle = " ",
|
||||||
|
last = " ",
|
||||||
|
top = " ",
|
||||||
|
ws = "│ ",
|
||||||
|
},
|
||||||
|
folder_closed = "- ",
|
||||||
|
folder_open = "@ ",
|
||||||
|
kinds = {
|
||||||
|
Array = "a ",
|
||||||
|
Boolean = "b ",
|
||||||
|
Class = "C ",
|
||||||
|
Constant = "π ",
|
||||||
|
Constructor = "Π ",
|
||||||
|
Enum = "Σ ",
|
||||||
|
EnumMember = "Σ ",
|
||||||
|
Event = "ε ",
|
||||||
|
Field = "f ",
|
||||||
|
File = "F ",
|
||||||
|
Function = "λ ",
|
||||||
|
Interface = "I ",
|
||||||
|
Key = "β ",
|
||||||
|
Method = "λ ",
|
||||||
|
Module = "M ",
|
||||||
|
Namespace = "N ",
|
||||||
|
Null = "0 ",
|
||||||
|
Number = "1 ",
|
||||||
|
Object = "O ",
|
||||||
|
Operator = "% ",
|
||||||
|
Package = "P ",
|
||||||
|
Property = "β ",
|
||||||
|
String = "s ",
|
||||||
|
Struct = "S ",
|
||||||
|
TypeParameter = "T ",
|
||||||
|
Variable = "α ",
|
||||||
|
},
|
||||||
|
},
|
||||||
})
|
})
|
||||||
keymap("<leader>dxx", "<cmd>Trouble diagnostics toggle<cr>")
|
keymap("<leader>dxx", "<cmd>Trouble diagnostics toggle<cr>")
|
||||||
keymap("gR", "<cmd>Trouble lsp_references toggle<cr>")
|
keymap("gR", "<cmd>Trouble lsp_references toggle<cr>")
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
--------------------------------
|
--------------------------------
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
vim.o.guifont = "JetBrainsMono NF:h10"
|
vim.o.guifont = "JetBrains Mono:h10"
|
||||||
|
|
||||||
if vim.g.neovide then
|
if vim.g.neovide then
|
||||||
local confutil = require("confutil")
|
local confutil = require("confutil")
|
||||||
|
Loading…
Reference in New Issue
Block a user