Compare commits
1 Commits
feef6db03f
...
bf65418adb
| Author | SHA1 | Date | |
|---|---|---|---|
| bf65418adb |
@@ -11,9 +11,7 @@ require("plugins.luasnip")
|
|||||||
require("plugins.multicursor")
|
require("plugins.multicursor")
|
||||||
require("plugins.nvim-various-textobjs")
|
require("plugins.nvim-various-textobjs")
|
||||||
require("plugins.oil")
|
require("plugins.oil")
|
||||||
require("plugins.slimline")
|
|
||||||
require("plugins.snacks")
|
require("plugins.snacks")
|
||||||
require("plugins.telescope")
|
require("plugins.telescope")
|
||||||
require("plugins.surround")
|
require("plugins.surround")
|
||||||
require("plugins.treesitter")
|
require("plugins.treesitter")
|
||||||
require("plugins.wf")
|
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
vim.pack.add({ "https://github.com/sschleemilch/slimline.nvim" })
|
|
||||||
|
|
||||||
local ok, slimline = pcall(require, "slimline")
|
|
||||||
if ok then
|
|
||||||
slimline.setup()
|
|
||||||
else
|
|
||||||
print("plugin slimline missing")
|
|
||||||
end
|
|
||||||
@@ -1,27 +0,0 @@
|
|||||||
vim.pack.add({ "https://github.com/Cassin01/wf.nvim" })
|
|
||||||
|
|
||||||
local ok, wf = pcall(require, "wf")
|
|
||||||
if ok then
|
|
||||||
wf.setup()
|
|
||||||
|
|
||||||
local which_key = require("wf.builtin.which_key")
|
|
||||||
local register = require("wf.builtin.register")
|
|
||||||
local buffer = require("wf.builtin.buffer")
|
|
||||||
local mark = require("wf.builtin.mark")
|
|
||||||
|
|
||||||
-- Register
|
|
||||||
vim.keymap.set("n", "<Space>wr", register(), { noremap = true, silent = true, desc = "[wf.nvim] register" })
|
|
||||||
|
|
||||||
-- Mark
|
|
||||||
vim.keymap.set("n", "'", mark(), { nowait = true, noremap = true, silent = true, desc = "[wf.nvim] mark" })
|
|
||||||
|
|
||||||
-- Which Key
|
|
||||||
vim.keymap.set(
|
|
||||||
"n",
|
|
||||||
"<Leader>",
|
|
||||||
which_key({ text_insert_in_advance = "<Leader>" }),
|
|
||||||
{ noremap = true, silent = true, desc = "[wf.nvim] which-key /" }
|
|
||||||
)
|
|
||||||
else
|
|
||||||
print("plugin wf missing")
|
|
||||||
end
|
|
||||||
@@ -21,10 +21,6 @@
|
|||||||
"rev": "fcea7ff883235d9024dc41e638f164a450c14ca2",
|
"rev": "fcea7ff883235d9024dc41e638f164a450c14ca2",
|
||||||
"src": "https://github.com/folke/flash.nvim"
|
"src": "https://github.com/folke/flash.nvim"
|
||||||
},
|
},
|
||||||
"kanagawa.nvim": {
|
|
||||||
"rev": "aef7f5cec0a40dbe7f3304214850c472e2264b10",
|
|
||||||
"src": "https://github.com/rebelot/kanagawa.nvim"
|
|
||||||
},
|
|
||||||
"multicursor.nvim": {
|
"multicursor.nvim": {
|
||||||
"rev": "993c6eda70077c5619388900dcffefff73b40c96",
|
"rev": "993c6eda70077c5619388900dcffefff73b40c96",
|
||||||
"src": "https://github.com/jake-stewart/multicursor.nvim",
|
"src": "https://github.com/jake-stewart/multicursor.nvim",
|
||||||
@@ -61,10 +57,6 @@
|
|||||||
"rev": "b9fd5226c2f76c951fc8ed5923d85e4de065e509",
|
"rev": "b9fd5226c2f76c951fc8ed5923d85e4de065e509",
|
||||||
"src": "https://github.com/nvim-lua/plenary.nvim"
|
"src": "https://github.com/nvim-lua/plenary.nvim"
|
||||||
},
|
},
|
||||||
"slimline.nvim": {
|
|
||||||
"rev": "b23d6239ae06d7b422b30b227756971348ffcd68",
|
|
||||||
"src": "https://github.com/sschleemilch/slimline.nvim"
|
|
||||||
},
|
|
||||||
"snacks.nvim": {
|
"snacks.nvim": {
|
||||||
"rev": "fe7cfe9800a182274d0f868a74b7263b8c0c020b",
|
"rev": "fe7cfe9800a182274d0f868a74b7263b8c0c020b",
|
||||||
"src": "https://github.com/folke/snacks.nvim"
|
"src": "https://github.com/folke/snacks.nvim"
|
||||||
@@ -86,10 +78,6 @@
|
|||||||
"rev": "3333a52ff548ba0a68af6d8da1e54f9cd96e9179",
|
"rev": "3333a52ff548ba0a68af6d8da1e54f9cd96e9179",
|
||||||
"src": "https://github.com/nvim-telescope/telescope.nvim",
|
"src": "https://github.com/nvim-telescope/telescope.nvim",
|
||||||
"version": "'v0.2.1'"
|
"version": "'v0.2.1'"
|
||||||
},
|
|
||||||
"wf.nvim": {
|
|
||||||
"rev": "5b96c7300d4391f990d4bef22eace9d834167da4",
|
|
||||||
"src": "https://github.com/Cassin01/wf.nvim"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -58,31 +58,31 @@ XTerm.vt100.color15: #ECEFF4
|
|||||||
|
|
||||||
st.font: FiraCode Nerd Font:size=10
|
st.font: FiraCode Nerd Font:size=10
|
||||||
|
|
||||||
! kanagawa wave colors from https://github.com/rebelot/kanagawa.nvim/blob/master/extras/alacritty/kanagawa_wave.toml
|
! terrafox colors from https://github.com/edeneast/nightfox.nvim/raw/main/extra/terafox/alacritty.toml
|
||||||
! dayfox colors from https://github.com/edeneast/nightfox.nvim/raw/main/extra/dayfox/alacritty.toml
|
! dayfox colors from https://github.com/edeneast/nightfox.nvim/raw/main/extra/dayfox/alacritty.toml
|
||||||
|
|
||||||
#ifdef THEME_DARK
|
#ifdef THEME_DARK
|
||||||
st.lightmode: 0
|
st.lightmode: 0
|
||||||
st.background: #1f1f28
|
st.background: #152528
|
||||||
st.foreground: #dcd7ba
|
st.foreground: #e6eaea
|
||||||
st.cursorColor: #cbd9d8
|
st.cursorColor: #cbd9d8
|
||||||
st.reverse-cursor: #e6eaea
|
st.reverse-cursor: #e6eaea
|
||||||
st.color0: #090618
|
st.color0: #2f3239
|
||||||
st.color1: #c34043
|
st.color1: #e85c51
|
||||||
st.color2: #76946a
|
st.color2: #7aa4a1
|
||||||
st.color3: #c0a36e
|
st.color3: #fda47f
|
||||||
st.color4: #7e9cd8
|
st.color4: #5a93aa
|
||||||
st.color5: #957fb8
|
st.color5: #ad5c7c
|
||||||
st.color6: #6a9589
|
st.color6: #a1cdd8
|
||||||
st.color7: #c8c093
|
st.color7: #ebebeb
|
||||||
st.color8: #727169
|
st.color8: #4e5157
|
||||||
st.color9: #e82424
|
st.color9: #eb746b
|
||||||
st.color10: #98bb6c
|
st.color10: #8eb2af
|
||||||
st.color11: #e6c384
|
st.color11: #fdb292
|
||||||
st.color12: #7fb4ca
|
st.color12: #73a3b7
|
||||||
st.color13: #938aa9
|
st.color13: #b97490
|
||||||
st.color14: #7aa89f
|
st.color14: #afd4de
|
||||||
st.color15: #dcd7ba
|
st.color15: #eeeeee
|
||||||
#else
|
#else
|
||||||
st.lightmode: 1
|
st.lightmode: 1
|
||||||
st.background: #f6f2ee
|
st.background: #f6f2ee
|
||||||
|
|||||||
Reference in New Issue
Block a user