Skip to content

Commit

Permalink
updated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
fbosch committed Oct 11, 2024
1 parent 8489499 commit 33fa721
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/btop/btop.conf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ proc_colors = True
proc_gradient = True

#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
proc_per_core = False
proc_per_core = True

#* Show process memory as bytes instead of percent.
proc_mem_bytes = True
Expand Down
3 changes: 3 additions & 0 deletions .config/nvim/lua/plugins/editor/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ return {
tsserver = {
enabled = false,
},
ts_ls = {
enabled = false,
},
docker_compose_language_service = {},
tailwindcss = {
cmd = { "tailwindcss-language-server", "--stdio" },
Expand Down
36 changes: 36 additions & 0 deletions .config/nvim/spell/en.utf-8.add
Original file line number Diff line number Diff line change
Expand Up @@ -1240,3 +1240,39 @@ consistent-type-assertions
eslint-disable-line
dot-notation
viteFinal
hardcode
defaultValue
NumericFormat
react-number-format
non-development
clientConfig
KeyVault
no-unnecessary-condition
since
TableColumnIds
accessorKey
outside
columnHelper
ExtendedTable
onClose
hacky
afterLeave
IError
InputSelect
InputFiscalAmount
instalmentFreeTerms
InterestPaymentFrequency
InputRadioGroup
InstalmentFreeTerms
FirstPayDateUnadjusted
InputCombobox
MaturityDateUnadjusted
princpleValueDate
quickSelectOriginDate
FixedInterestYears
generate
Afdragsmetode
waitFor
toHaveBeenCalled
bg-neutral-5
bg-inherit
Binary file modified .config/nvim/spell/en.utf-8.add.spl
Binary file not shown.

0 comments on commit 33fa721

Please sign in to comment.