Working on lsp
This commit is contained in:
parent
764b890c58
commit
2566fbbec4
18 changed files with 293 additions and 110 deletions
2
init.lua
2
init.lua
|
@ -1,7 +1,6 @@
|
|||
require "options"
|
||||
require "keymaps"
|
||||
|
||||
|
||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||
if not vim.loop.fs_stat(lazypath) then
|
||||
local output = vim.fn.system({
|
||||
|
@ -27,5 +26,4 @@ require("lazy").setup("plugins", {
|
|||
vim.cmd 'colorscheme material'
|
||||
require "tools"
|
||||
require "autocommands"
|
||||
require "lsp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue