created a tokyo night theme for hyprland
This commit is contained in:
7
.config/nvim/lua/plugins/lsp.lua
Normal file
7
.config/nvim/lua/plugins/lsp.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Language Server Protocol support
|
||||
return {
|
||||
"neovim/nvim-lspconfig", -- Base LSP configurations
|
||||
dependencies = {
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user