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
|
||||
opt.completeopt = "menuone,noselect"
|
||||
|
||||
-- Set max text width
|
||||
opt.textwidth = 100
|
||||
|
||||
-- Make statusline global
|
||||
opt.laststatus = 3
|
||||
|
||||
|
@ -10,7 +10,6 @@ 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,7 +30,6 @@ 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,7 +31,6 @@ in
|
||||
with pkgs;
|
||||
[
|
||||
plantuml
|
||||
libnotify
|
||||
graphviz
|
||||
gcolor3
|
||||
typescript
|
||||
|
Loading…
x
Reference in New Issue
Block a user