Compare commits
4 Commits
f1b9df39eb
...
f3b8aa45f4
Author | SHA1 | Date | |
---|---|---|---|
f3b8aa45f4 | |||
83aacaf754 | |||
2ac7d13ccf | |||
ded7112e7f |
@ -96,9 +96,6 @@ 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,6 +10,7 @@ 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,6 +30,7 @@ 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,6 +31,7 @@ in
|
|||||||
with pkgs;
|
with pkgs;
|
||||||
[
|
[
|
||||||
plantuml
|
plantuml
|
||||||
|
libnotify
|
||||||
graphviz
|
graphviz
|
||||||
gcolor3
|
gcolor3
|
||||||
typescript
|
typescript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user