File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,8 @@ vim.g.mapleader = ' '
9191vim .g .maplocalleader = ' '
9292
9393-- Set to true if you have a Nerd Font installed and selected in the terminal
94- vim .g .have_nerd_font = false
94+ -- vim.g.have_nerd_font = false
95+ vim .g .have_nerd_font = true
9596
9697-- [[ Setting options ]]
9798-- See `:help vim.opt`
@@ -607,7 +608,8 @@ require('lazy').setup({
607608 local servers = {
608609 -- clangd = {},
609610 -- gopls = {},
610- -- pyright = {},
611+ -- pyright = {},
612+ jdtls = {},
611613 -- rust_analyzer = {},
612614 -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
613615 --
@@ -921,8 +923,8 @@ require('lazy').setup({
921923 -- require 'kickstart.plugins.indent_line',
922924 -- require 'kickstart.plugins.lint',
923925 -- require 'kickstart.plugins.autopairs',
924- -- require 'kickstart.plugins.neo-tree',
925- -- require 'kickstart.plugins.gitsigns', -- adds gitsigns recommend keymaps
926+ require ' kickstart.plugins.neo-tree' ,
927+ require ' kickstart.plugins.gitsigns' , -- adds gitsigns recommend keymaps
926928
927929 -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
928930 -- This is the easiest way to modularize your config.
You can’t perform that action at this time.
0 commit comments