Compare commits
No commits in common. "f3b8aa45f4334a482a5c75f4b96702d369e4c44c" and "f1b9df39eb96220aa204ae43d85e66be0a06c5a9" have entirely different histories.
f3b8aa45f4
...
f1b9df39eb
@ -96,6 +96,9 @@ M.setup = function()
|
|||||||
-- Better completion experience
|
-- Better completion experience
|
||||||
opt.completeopt = "menuone,noselect"
|
opt.completeopt = "menuone,noselect"
|
||||||
|
|
||||||
|
-- Set max text width
|
||||||
|
opt.textwidth = 100
|
||||||
|
|
||||||
-- Make statusline global
|
-- Make statusline global
|
||||||
opt.laststatus = 3
|
opt.laststatus = 3
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@ return {
|
|||||||
require("plugins.configs.kanagawa")
|
require("plugins.configs.kanagawa")
|
||||||
vim.cmd.KanagawaCompile()
|
vim.cmd.KanagawaCompile()
|
||||||
end,
|
end,
|
||||||
lazy = false,
|
|
||||||
config = function()
|
config = function()
|
||||||
vim.api.nvim_create_autocmd("BufWritePost", {
|
vim.api.nvim_create_autocmd("BufWritePost", {
|
||||||
pattern = ".*lua/plugins/configs/kanagawa.lua",
|
pattern = ".*lua/plugins/configs/kanagawa.lua",
|
||||||
|
@ -30,7 +30,6 @@ return {
|
|||||||
local win_id = require("window-picker").pick_window() or vim.api.nvim_get_current_win()
|
local win_id = require("window-picker").pick_window() or vim.api.nvim_get_current_win()
|
||||||
vim.api.nvim_set_current_win(win_id)
|
vim.api.nvim_set_current_win(win_id)
|
||||||
end,
|
end,
|
||||||
desc = "Window: Select",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -31,7 +31,6 @@ in
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
plantuml
|
plantuml
|
||||||
libnotify
|
|
||||||
graphviz
|
graphviz
|
||||||
gcolor3
|
gcolor3
|
||||||
typescript
|
typescript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user