Compare commits
4 Commits
f1b9df39eb
...
f3b8aa45f4
Author | SHA1 | Date | |
---|---|---|---|
f3b8aa45f4 | |||
83aacaf754 | |||
2ac7d13ccf | |||
ded7112e7f |
@ -96,9 +96,6 @@ M.setup = function()
|
||||
-- Better completion experience
|
||||
opt.completeopt = "menuone,noselect"
|
||||
|
||||
-- Set max text width
|
||||
opt.textwidth = 100
|
||||
|
||||
-- Make statusline global
|
||||
opt.laststatus = 3
|
||||
|
||||
|
@ -10,6 +10,7 @@ return {
|
||||
require("plugins.configs.kanagawa")
|
||||
vim.cmd.KanagawaCompile()
|
||||
end,
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.api.nvim_create_autocmd("BufWritePost", {
|
||||
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()
|
||||
vim.api.nvim_set_current_win(win_id)
|
||||
end,
|
||||
desc = "Window: Select",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -31,6 +31,7 @@ in
|
||||
with pkgs;
|
||||
[
|
||||
plantuml
|
||||
libnotify
|
||||
graphviz
|
||||
gcolor3
|
||||
typescript
|
||||
|
Loading…
x
Reference in New Issue
Block a user