BIG reorganisation.
This commit is contained in:
parent
3be3ccbbea
commit
e20e00ef8a
122 changed files with 36 additions and 109 deletions
7
_cli/astronvim/lua/user/init.lua
Normal file
7
_cli/astronvim/lua/user/init.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
colorscheme = "monokai",
|
||||
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
|
||||
pattern = {"*.gotmpl"},
|
||||
callback = function() vim.bo.filetype = "yaml" end,
|
||||
}),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue