Skip to content

Commit 96308e3

Browse files
committed
remove some comment
1 parent b6c8863 commit 96308e3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

init.lua

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
vim.o.wrap = false
12
vim.o.autoread = true
23

34
vim.api.nvim_create_autocmd({ 'FocusGained', 'BufEnter', 'CursorHold', 'CursorHoldI' }, {
@@ -760,10 +761,6 @@ require('lazy').setup({
760761
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
761762
},
762763

763-
-- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the
764-
-- init.lua. If you want these files, they are in the repository, so you can just download them and
765-
-- place them in the correct locations.
766-
767764
-- NOTE: Next step on your Neovim journey: Add/Configure additional plugins for Kickstart
768765
--
769766
-- Here are some example plugins that I've included in the Kickstart repository.
@@ -777,8 +774,6 @@ require('lazy').setup({
777774

778775
-- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
779776
-- This is the easiest way to modularize your config.
780-
--
781-
-- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
782777
{ import = 'plugins' },
783778
--
784779
-- For additional information with loading, sourcing and examples see `:help lazy.nvim-🔌-plugin-spec`

0 commit comments

Comments
 (0)