-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .config/nvim/lua/plugins/Comment.lua Update .config/nvim/lua/plugins/fzf.lua Update .config/nvim/lua/plugins/gitsigns.lua Update .config/nvim/lua/plugins/harpoon.lua Update .config/nvim/lua/plugins/nvim-cmp.lua Update .config/nvim/lua/plugins/nvim-lspconfig.lua Update .config/nvim/lua/plugins/nvim-surround.lua
- Loading branch information
1 parent
786cdae
commit a6e7531
Showing
8 changed files
with
39 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
if not vim.g.vscode then | ||
require("core.options") | ||
require("core.keymaps") | ||
-- disable netrw at the very start of your init.lua | ||
vim.g.loaded_netrw = 1 | ||
vim.g.loaded_netrwPlugin = 1 | ||
require("core.options") | ||
require("core.keymaps") | ||
-- disable netrw at the very start of your init.lua | ||
vim.g.loaded_netrw = 1 | ||
vim.g.loaded_netrwPlugin = 1 | ||
|
||
vim.opt.laststatus = 3 | ||
vim.opt.laststatus = 3 | ||
|
||
require("config.lazy") | ||
require("config.lazy") | ||
|
||
vim.diagnostic.config({ | ||
virtual_text = { | ||
format = function(diagnostic) | ||
return string.format("%s (%s: %s)", diagnostic.message, diagnostic.source, diagnostic.code) | ||
end, | ||
}, | ||
}) | ||
vim.diagnostic.config({ | ||
virtual_text = { | ||
format = function(diagnostic) | ||
return string.format("%s (%s: %s)", diagnostic.message, diagnostic.source, diagnostic.code) | ||
end, | ||
}, | ||
}) | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters