Compare commits

...

2 Commits

Author SHA1 Message Date
67a45ecb43 pylsp 2025-07-13 10:54:26 +02:00
ae7d8b0be2 numbers 2025-03-19 18:56:40 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -32,7 +32,11 @@ dofile(vim.g.base46_cache .. "statusline")
require "options" require "options"
require "nvchad.autocmds" require "nvchad.autocmds"
if vim.g.neovide then
vim.o.guifont = "FiraMono Nerd Font Mono:h10"
end
vim.wo.number = true
vim.wo.relativenumber = true
vim.schedule(function() vim.schedule(function()
require "mappings" require "mappings"
end) end)

View File

@@ -4,7 +4,7 @@ require("nvchad.configs.lspconfig").defaults()
local lspconfig = require "lspconfig" local lspconfig = require "lspconfig"
-- EXAMPLE -- EXAMPLE
local servers = { "html", "cssls","rust_analyzer" } local servers = { "html", "cssls","rust_analyzer","pylsp" }
local nvlsp = require "nvchad.configs.lspconfig" local nvlsp = require "nvchad.configs.lspconfig"
-- lsps with default config -- lsps with default config