@@ -803,7 +803,7 @@ require('lazy').setup({
803803 main = ' nvim-treesitter.configs' , -- Sets main module to use for opts
804804 -- [[ Configure Treesitter ]] See `:help nvim-treesitter`
805805 opts = {
806- ensure_installed = { ' bash' , ' c' , ' diff' , ' html' , ' lua' , ' luadoc' , ' markdown' , ' markdown_inline' , ' query' , ' vim' , ' vimdoc' },
806+ ensure_installed = { ' bash' , ' c' , ' diff' , ' html' , ' lua' , ' luadoc' , ' markdown' , ' markdown_inline' , ' query' , ' vim' , ' vimdoc' , ' terraform ' , ' python ' },
807807 -- Autoinstall languages that are not installed
808808 auto_install = true ,
809809 highlight = {
@@ -832,19 +832,19 @@ require('lazy').setup({
832832 -- Here are some example plugins that I've included in the Kickstart repository.
833833 -- Uncomment any of the lines below to enable them (you will need to restart nvim).
834834 --
835- -- require 'kickstart.plugins.debug',
836- -- require 'kickstart.plugins.indent_line',
837- -- require 'kickstart.plugins.lint',
838- -- require 'kickstart.plugins.autopairs',
839- -- require 'kickstart.plugins.neo-tree',
840- -- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps
835+ require ' kickstart.plugins.debug' ,
836+ require ' kickstart.plugins.indent_line' ,
837+ require ' kickstart.plugins.lint' ,
838+ require ' kickstart.plugins.autopairs' ,
839+ require ' kickstart.plugins.neo-tree' ,
840+ require ' kickstart.plugins.gitsigns' , -- adds gitsigns recommend keymaps
841841
842842 -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
843843 -- This is the easiest way to modularize your config.
844844 --
845845 -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going.
846846 -- For additional information, see `:help lazy.nvim-lazy.nvim-structuring-your-plugins`
847- -- { import = 'custom.plugins' },
847+ { import = ' custom.plugins' },
848848}, {
849849 ui = {
850850 -- If you are using a Nerd Font: set icons to an empty table which will use the
0 commit comments