Compare commits
2 Commits
0c3b222a3c
...
53e82406ec
Author | SHA1 | Date | |
---|---|---|---|
53e82406ec | |||
e6d14952db |
1
programs
1
programs
@ -2,7 +2,6 @@
|
||||
# essentials
|
||||
#
|
||||
ttf-jetbrains-mono
|
||||
ttf-jetbrains-mono-nerd
|
||||
wqy-microhei
|
||||
ttf-roboto
|
||||
inter-font
|
||||
|
@ -12,7 +12,7 @@ opacity = 1.0
|
||||
{{- end}}
|
||||
|
||||
[font]
|
||||
normal = { family = "JetBrainsMono NF" }
|
||||
normal = { family = "JetBrainsMono" }
|
||||
size = 10
|
||||
[colors]
|
||||
[colors.primary]
|
||||
|
@ -104,6 +104,44 @@ vim.cmd.packadd("trouble.nvim")
|
||||
require('trouble').setup({
|
||||
auto_preview = false,
|
||||
-- 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("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
|
||||
local confutil = require("confutil")
|
||||
|
@ -26,7 +26,4 @@ rm -rf \
|
||||
~/.node_repl_history \
|
||||
~/.vimspector.log
|
||||
|
||||
# ipython supports XDG_CONFIG just not by default
|
||||
mv ~/.ipython "$XDG_CONFIG_HOME"/ipython
|
||||
|
||||
rmdir Downloads Desktop 2>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user