diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-03-16 00:08:09 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-03-16 00:09:36 +0100 |
| commit | d29a9724a7c4404427dab4cad199c12f6b09e427 (patch) | |
| tree | 19574c82e95de5bfc0358dc4a6f107a44ba2a5fd | |
| parent | 5429edbdb64933d69247d85293c7eb0cdba0700e (diff) | |
| download | dots-d29a9724a7c4404427dab4cad199c12f6b09e427.tar.gz | |
nvim: Set config to enable nerdfonts
| -rw-r--r-- | nvim/init.lua | 2 | ||||
| -rw-r--r-- | nvim/lazy-lock.json | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index 5b1b866..9f809e2 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -91,7 +91,7 @@ vim.g.mapleader = ';' vim.g.maplocalleader = ';' -- Set to true if you have a Nerd Font installed and selected in the terminal -vim.g.have_nerd_font = false +vim.g.have_nerd_font = true -- [[ Setting options ]] -- See `:help vim.opt` diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index 2434a3e..301a2fb 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -16,6 +16,7 @@ "nvim-cmp": { "branch": "main", "commit": "1e1900b0769324a9675ef85b38f99cca29e203b3" }, "nvim-lspconfig": { "branch": "master", "commit": "8a1529e46eef5efc86c34c8d9bdd313abc2ecba0" }, "nvim-treesitter": { "branch": "master", "commit": "99ea6c5d4389a3278769eb6abb7b3ebefb7d9f2a" }, + "nvim-web-devicons": { "branch": "master", "commit": "d0cafff5c4347a604a07edf7bb9a91fda7eb577e" }, "plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" }, "telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" }, "telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" }, |