mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-04-23 16:00:11 +00:00
refactor: simplify fish prompt and update config
This commit is contained in:
parent
ac3ae0076b
commit
9b64299c45
7 changed files with 35 additions and 84 deletions
|
|
@ -18,3 +18,11 @@ autocmd("TermOpen", {
|
|||
command = "setlocal nonumber norelativenumber",
|
||||
group = "TerminalSettings",
|
||||
})
|
||||
|
||||
-- Yaml settings
|
||||
augroup("YamlSettings", { clear = true })
|
||||
autocmd("FileType", {
|
||||
pattern = "y*ml",
|
||||
command = "setlocal foldenable foldlevel=1",
|
||||
group = "YamlSettings",
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue