More work, LSP is not working yet need to figure that out more
This commit is contained in:
parent
713d128018
commit
764b890c58
32 changed files with 290 additions and 441 deletions
5
init.lua
5
init.lua
|
@ -18,13 +18,14 @@ if not vim.loop.fs_stat(lazypath) then
|
|||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
require("lazy").setup("user", {
|
||||
require("lazy").setup("plugins", {
|
||||
change_detection = {
|
||||
enabled = false,
|
||||
}
|
||||
})
|
||||
|
||||
vim.cmd 'colorscheme material'
|
||||
|
||||
require "tools"
|
||||
require "autocommands"
|
||||
require "lsp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue