mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-12 08:50:30 -07:00
fix statusline + some lsp stuff
This commit is contained in:
parent
cc4abb76ee
commit
d9d98ca2c8
12 changed files with 216 additions and 60 deletions
|
|
@ -8,7 +8,9 @@ return {
|
|||
opts = function()
|
||||
return { override = require "nvchad.icons.devicons" }
|
||||
end,
|
||||
-- opts = {},
|
||||
opts = function()
|
||||
require "configs.nvim-tree"
|
||||
end,
|
||||
config = function(_, opts)
|
||||
dofile(vim.g.base46_cache .. "devicons")
|
||||
require("nvim-web-devicons").setup(opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue