Skip to content

Commit b19fad6

Browse files
committed
updates, enabling plugins
1 parent a229761 commit b19fad6

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

init.lua

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ vim.g.mapleader = ' '
9191
vim.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.

0 commit comments

Comments
 (0)