Working on LSP and shit like that, Astro config is confusing, need to
learn it myself from scratch
This commit is contained in:
parent
5e821a4d61
commit
dc3e319f27
19 changed files with 400 additions and 18 deletions
6
init.lua
6
init.lua
|
@ -18,7 +18,11 @@ if not vim.loop.fs_stat(lazypath) then
|
|||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
require("lazy").setup("user", {})
|
||||
require("lazy").setup("user", {
|
||||
change_detection = {
|
||||
enabled = false,
|
||||
}
|
||||
})
|
||||
|
||||
vim.cmd 'colorscheme material'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue