Compare commits

..

No commits in common. "53e82406ec34b8eb7b493cb11f3946f5e8f4eb48" and "0c3b222a3cc5c5d20891e381d7f3b1c554fa9aeb" have entirely different histories.

5 changed files with 6 additions and 40 deletions

View File

@ -2,6 +2,7 @@
# essentials # essentials
# #
ttf-jetbrains-mono ttf-jetbrains-mono
ttf-jetbrains-mono-nerd
wqy-microhei wqy-microhei
ttf-roboto ttf-roboto
inter-font inter-font

View File

@ -12,7 +12,7 @@ opacity = 1.0
{{- end}} {{- end}}
[font] [font]
normal = { family = "JetBrainsMono" } normal = { family = "JetBrainsMono NF" }
size = 10 size = 10
[colors] [colors]
[colors.primary] [colors.primary]

View File

@ -104,44 +104,6 @@ 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>")

View File

@ -4,7 +4,7 @@
-------------------------------- --------------------------------
-------------------------------- --------------------------------
vim.o.guifont = "JetBrains Mono:h10" vim.o.guifont = "JetBrainsMono NF:h10"
if vim.g.neovide then if vim.g.neovide then
local confutil = require("confutil") local confutil = require("confutil")

View File

@ -26,4 +26,7 @@ rm -rf \
~/.node_repl_history \ ~/.node_repl_history \
~/.vimspector.log ~/.vimspector.log
# ipython supports XDG_CONFIG just not by default
mv ~/.ipython "$XDG_CONFIG_HOME"/ipython
rmdir Downloads Desktop 2>/dev/null rmdir Downloads Desktop 2>/dev/null