backlog
This commit is contained in:
parent
f0c1bbaa4e
commit
2e352f3624
4 changed files with 163 additions and 14 deletions
|
@ -57,6 +57,6 @@ vim.diagnostic.config({
|
||||||
virtual_text = true
|
virtual_text = true
|
||||||
})
|
})
|
||||||
|
|
||||||
require("lsp_signature").setup({
|
--[[require("lsp_signature").setup({
|
||||||
hint_prefix = "▲ ",
|
hint_prefix = "▲ ",
|
||||||
})
|
})--]]
|
||||||
|
|
|
@ -24,7 +24,7 @@ null_ls.setup({
|
||||||
end
|
end
|
||||||
|
|
||||||
if client.supports_method("textDocument/rangeFormatting") then
|
if client.supports_method("textDocument/rangeFormatting") then
|
||||||
vim.keymap.set("x", "<Leader>f", function()
|
vim.keymap.set("x", "<Leader>vf", function()
|
||||||
vim.lsp.buf.format({ bufnr = vim.api.nvim_get_current_buf() })
|
vim.lsp.buf.format({ bufnr = vim.api.nvim_get_current_buf() })
|
||||||
end, { buffer = bufnr, desc = "[lsp] format" })
|
end, { buffer = bufnr, desc = "[lsp] format" })
|
||||||
end
|
end
|
||||||
|
|
|
@ -43,7 +43,7 @@ return packer.startup(function(use)
|
||||||
})
|
})
|
||||||
use("jose-elias-alvarez/null-ls.nvim")
|
use("jose-elias-alvarez/null-ls.nvim")
|
||||||
use("MunifTanjim/prettier.nvim")
|
use("MunifTanjim/prettier.nvim")
|
||||||
use("ray-x/lsp_signature.nvim")
|
--use("ray-x/lsp_signature.nvim")
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ misc
|
-- {{{ misc
|
||||||
|
@ -73,7 +73,7 @@ return packer.startup(function(use)
|
||||||
require("colorizer").setup()
|
require("colorizer").setup()
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
use({
|
--[[use({
|
||||||
"yamatsum/nvim-cursorline",
|
"yamatsum/nvim-cursorline",
|
||||||
config = function()
|
config = function()
|
||||||
require("nvim-cursorline").setup({
|
require("nvim-cursorline").setup({
|
||||||
|
@ -85,15 +85,7 @@ return packer.startup(function(use)
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
})
|
})--]]
|
||||||
use({
|
|
||||||
"sunjon/shade.nvim",
|
|
||||||
config = function()
|
|
||||||
require("shade").setup({
|
|
||||||
overlay_opacity = 25,
|
|
||||||
})
|
|
||||||
end
|
|
||||||
})
|
|
||||||
use({
|
use({
|
||||||
"windwp/nvim-autopairs",
|
"windwp/nvim-autopairs",
|
||||||
config = function()
|
config = function()
|
||||||
|
|
157
windows/classic/themes/theme/Source Engine - Tools.Theme
Normal file
157
windows/classic/themes/theme/Source Engine - Tools.Theme
Normal file
|
@ -0,0 +1,157 @@
|
||||||
|
; Copyright © Microsoft Corp. 1995-2001
|
||||||
|
|
||||||
|
[Theme]
|
||||||
|
|
||||||
|
; My Computer
|
||||||
|
[CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
|
||||||
|
DefaultValue=C:\WINDOWS\Explorer.exe,0
|
||||||
|
|
||||||
|
; My Documents
|
||||||
|
[CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\DefaultIcon]
|
||||||
|
DefaultValue=C:\WINDOWS\SYSTEM32\mydocs.dll,0
|
||||||
|
|
||||||
|
; My Network Places
|
||||||
|
[CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon]
|
||||||
|
DefaultValue=C:\WINDOWS\system32\SHELL32.dll,17
|
||||||
|
|
||||||
|
; Recycle Bin
|
||||||
|
[CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
|
||||||
|
full=C:\WINDOWS\System32\shell32.dll,32
|
||||||
|
empty=C:\WINDOWS\System32\shell32.dll,31
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[Control Panel\Colors]
|
||||||
|
ActiveTitle=86 86 86
|
||||||
|
Background=36 36 36
|
||||||
|
Hilight=255 154 30
|
||||||
|
HilightText=255 255 255
|
||||||
|
TitleText=255 154 30
|
||||||
|
Window=64 64 64
|
||||||
|
WindowText=217 217 217
|
||||||
|
Scrollbar=142 142 142
|
||||||
|
InactiveTitle=64 64 64
|
||||||
|
Menu=64 64 64
|
||||||
|
WindowFrame=52 52 52
|
||||||
|
MenuText=217 217 217
|
||||||
|
ActiveBorder=64 64 64
|
||||||
|
InactiveBorder=52 52 52
|
||||||
|
AppWorkspace=64 64 64
|
||||||
|
ButtonFace=64 64 64
|
||||||
|
ButtonShadow=44 44 44
|
||||||
|
GrayText=44 44 44
|
||||||
|
ButtonText=217 217 217
|
||||||
|
InactiveTitleText=217 217 217
|
||||||
|
ButtonHilight=181 181 181
|
||||||
|
ButtonDkShadow=52 52 52
|
||||||
|
ButtonLight=64 64 64
|
||||||
|
InfoText=217 217 217
|
||||||
|
InfoWindow=64 64 64
|
||||||
|
GradientActiveTitle=86 86 86
|
||||||
|
GradientInactiveTitle=64 64 64
|
||||||
|
ButtonAlternateFace=56 56 56
|
||||||
|
HotTrackingColor=255 154 30
|
||||||
|
MenuHilight=255 154 30
|
||||||
|
MenuBar=64 64 64
|
||||||
|
|
||||||
|
|
||||||
|
[Control Panel\Cursors]
|
||||||
|
Arrow=
|
||||||
|
Help=
|
||||||
|
AppStarting=
|
||||||
|
Wait=
|
||||||
|
NWPen=
|
||||||
|
No=
|
||||||
|
SizeNS=
|
||||||
|
SizeWE=
|
||||||
|
Crosshair=
|
||||||
|
IBeam=
|
||||||
|
SizeNWSE=
|
||||||
|
SizeNESW=
|
||||||
|
SizeAll=
|
||||||
|
UpArrow=
|
||||||
|
DefaultValue=Windows default
|
||||||
|
Link=
|
||||||
|
|
||||||
|
[Control Panel\Desktop]
|
||||||
|
Wallpaper=
|
||||||
|
TileWallpaper=0
|
||||||
|
WallpaperStyle=2
|
||||||
|
Pattern=
|
||||||
|
ScreenSaveActive=0
|
||||||
|
|
||||||
|
[Control Panel\Desktop\WindowMetrics]
|
||||||
|
|
||||||
|
[Metrics]
|
||||||
|
IconMetrics=76 0 0 0 75 0 0 0 75 0 0 0 1 0 0 0 244 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 144 1 0 0 0 0 0 0 0 0 0 0 77 83 32 83 97 110 115 32 83 101 114 105 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
|
NonclientMetrics=84 1 0 0 1 0 0 0 16 0 0 0 16 0 0 0 18 0 0 0 18 0 0 0 244 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 188 2 0 0 0 0 0 0 0 0 0 0 77 83 32 83 97 110 115 32 83 101 114 105 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 18 0 0 0 244 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 144 1 0 0 0 0 0 0 0 0 0 0 77 83 32 83 97 110 115 32 83 101 114 105 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18 0 0 0 18 0 0 0 247 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 144 1 0 0 0 0 0 0 0 0 0 0 77 83 32 83 97 110 115 32 83 101 114 105 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 244 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 144 1 0 0 0 0 0 0 0 0 0 0 77 83 32 83 97 110 115 32 83 101 114 105 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 244 255 255 255 0 0 0 0 0 0 0 0 0 0 0 0 144 1 0 0 0 0 0 0 0 0 0 0 77 83 32 83 97 110 115 32 83 101 114 105 102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||||
|
|
||||||
|
[boot]
|
||||||
|
SCRNSAVE.EXE=%WinDir%system32\logon.scr
|
||||||
|
|
||||||
|
|
||||||
|
[MasterThemeSelector]
|
||||||
|
MTSM=DABJDKT
|
||||||
|
ThemeColorBPP=4
|
||||||
|
|
||||||
|
|
||||||
|
[AppEvents\Schemes\Apps\.Default\.Default\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Ding.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\AppGPFault\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\Close\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Hardware Insert.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Hardware Remove.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\DeviceFail\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Hardware Fail.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Battery Low.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\MailBeep\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Notify.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\Maximize\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\MenuCommand\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\MenuPopup\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\Minimize\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\Open\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\PrintComplete\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\RestoreDown\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\RestoreUp\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\RingIn\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\Ringout\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Error.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Exclamation.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\SystemExit\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Shutdown.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\SystemHand\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Critical Stop.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\SystemNotification\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Balloon.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\SystemQuestion\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\SystemStart\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Startup.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\SystemStartMenu\.Current]
|
||||||
|
DefaultValue=
|
||||||
|
[AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Logoff Sound.wav
|
||||||
|
[AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Logon Sound.wav
|
||||||
|
[AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows XP Recycle.wav
|
||||||
|
[AppEvents\Schemes\Apps\Explorer\Navigating\.Current]
|
||||||
|
DefaultValue=%WinDir%media\Windows Navigation Start.wav
|
Loading…
Reference in a new issue